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