Allow stratum to work with scrypt.
diff --git a/cgminer.c b/cgminer.c
index 329f680..7e34eac 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -557,9 +557,6 @@ bool detect_stratum(struct pool *pool, char *url)
if (!extract_sockaddr(pool, url))
return false;
- if (opt_scrypt)
- return false;
-
if (!strncasecmp(url, "stratum+tcp://", 14)) {
pool->rpc_url = strdup(url);
pool->has_stratum = true;