Browse Source

Bugfix: Restore always autodetecting stratum as non-scrypt

Luke Dashjr 13 years ago
parent
commit
2883b56790
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -6399,7 +6399,10 @@ retry_stratum:
 			bool ret = initiate_stratum(pool) && auth_stratum(pool);
 
 			if (ret)
+			{
+				detect_algo = 2;
 				init_stratum_thread(pool);
+			}
 			else
 				pool_tclear(pool, &pool->stratum_init);
 			return ret;