1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

First pass through testing for GBT should not set probed to true since we are about to probe again.

This commit is contained in:
Con Kolivas 2012-11-11 16:05:39 +11:00
parent 598ee76d37
commit 878f4d53ab

View File

@ -4797,6 +4797,9 @@ retry_stratum:
}
json_decref(val);
}
/* Reset this so we can probe fully just after this. It will be
* set to true that time.*/
pool->probed = false;
if (pool->has_gbt)
applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");