Browse Source

First pass through testing for GBT should not set probed to true since we are about to probe again.

Con Kolivas 13 years ago
parent
commit
878f4d53ab
1 changed files with 3 additions and 0 deletions
  1. 3 0
      cgminer.c

+ 3 - 0
cgminer.c

@@ -4797,6 +4797,9 @@ retry_stratum:
 			}
 			json_decref(val);
 		}
+		/* Reset this so we can probe fully just after this. It will be
+		 * set to true that time.*/
+		pool->probed = false;
 
 		if (pool->has_gbt)
 			applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");