mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +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:
parent
598ee76d37
commit
878f4d53ab
@ -4797,6 +4797,9 @@ retry_stratum:
|
|||||||
}
|
}
|
||||||
json_decref(val);
|
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)
|
if (pool->has_gbt)
|
||||||
applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
|
applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user