1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Remove resetting of probed variable when detecting GBT.

This commit is contained in:
Con Kolivas 2012-11-06 10:39:34 +11:00
parent 27ce497a7c
commit 498882d829

View File

@ -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