Browse Source

Remove resetting of probed variable when detecting GBT.

Con Kolivas 13 years ago
parent
commit
498882d829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -4803,7 +4803,7 @@ retry_stratum:
 			}
 			}
 			json_decref(val);
 			json_decref(val);
 		}
 		}
-		pool->probed = false;
+
 		if (pool->has_gbt)
 		if (pool->has_gbt)
 			applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
 			applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
 		else
 		else