1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 03:24:26 +00:00

Allow stratum to work with scrypt.

This commit is contained in:
ckolivas 2012-12-19 14:41:29 +11:00
parent 34b15a6d46
commit 14457a0b9b

View File

@ -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;