Browse Source

Semi-Merge commit '30f6840' into cg_merges_20121208 (noop, already checked)

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

+ 1 - 1
miner.c

@@ -3588,7 +3588,7 @@ static bool stale_work(struct work *work, bool share)
 			return true;
 		}
 
-	if (pool->has_stratum) {
+	if (!share && pool->has_stratum) {
 		bool same_job = true;
 
 		mutex_lock(&pool->pool_lock);