mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Remove varint display debugging.
This commit is contained in:
parent
cb6f0340cd
commit
bd384883da
@ -2326,7 +2326,6 @@ static bool submit_upstream_work(struct work *work, CURL *curl, bool resubmit)
|
||||
strcat(gbt_block, "fe");
|
||||
varint = bin2hex((const unsigned char *)&val, 4);
|
||||
}
|
||||
applog(LOG_WARNING, "Varint %s", varint);
|
||||
strcat(gbt_block, varint);
|
||||
free(varint);
|
||||
strcat(gbt_block, work->gbt_coinbase);
|
||||
|
Loading…
Reference in New Issue
Block a user