|
@@ -557,9 +557,6 @@ bool detect_stratum(struct pool *pool, char *url)
|
|
|
if (!extract_sockaddr(pool, url))
|
|
if (!extract_sockaddr(pool, url))
|
|
|
return false;
|
|
return false;
|
|
|
|
|
|
|
|
- if (opt_scrypt)
|
|
|
|
|
- return false;
|
|
|
|
|
-
|
|
|
|
|
if (!strncasecmp(url, "stratum+tcp://", 14)) {
|
|
if (!strncasecmp(url, "stratum+tcp://", 14)) {
|
|
|
pool->rpc_url = strdup(url);
|
|
pool->rpc_url = strdup(url);
|
|
|
pool->has_stratum = true;
|
|
pool->has_stratum = true;
|