From 498882d8293e04d7063d62088a6cd0b58ed2245f Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 6 Nov 2012 10:39:34 +1100 Subject: [PATCH] Remove resetting of probed variable when detecting GBT. --- cgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index d6990539..a0953f11 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