Browse Source

Bugfix: Always fail scrypt detection if Stratum is working

Luke Dashjr 13 years ago
parent
commit
3668cf7a93
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -5251,6 +5251,8 @@ static bool stratum_works(struct pool *pool)
 	if (!initiate_stratum(pool))
 		return false;
 
+	detect_algo = 2;
+
 	return true;
 }