mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-29 16:04:33 +00:00
Use existing pool submit_old bool from gbt data.
This commit is contained in:
parent
f71b423080
commit
10ea5fbf97
@ -1574,7 +1574,7 @@ static bool gbt_decode(struct pool *pool, json_t *res_val)
|
||||
pool->gbt_expires = expires;
|
||||
pool->gbt_version = htobe32(version);
|
||||
pool->curtime = htobe32(curtime);
|
||||
pool->gbt_submitold = submitold;
|
||||
pool->submit_old = submitold;
|
||||
|
||||
hex2bin((unsigned char *)&pool->gbt_bits, bits, 4);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user