Commit 498882d8293e04d7063d62088a6cd0b58ed2245f

Con Kolivas 2012-11-06T10:39:34

Remove resetting of probed variable when detecting GBT.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index d699053..a0953f1 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -4803,7 +4803,7 @@ retry_stratum:
 			}
 			json_decref(val);
 		}
-		pool->probed = false;
+
 		if (pool->has_gbt)
 			applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
 		else