mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 07:10:35 +00:00
noblocknotifiy: use the right blockhash
This commit is contained in:
parent
48964e8393
commit
051e3fc786
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void client_do_submit(YAAMP_CLIENT *client, YAAMP_JOB *job, YAAMP_JOB_VALUES *su
|
||||||
if(coind->noblocknotifiy) {
|
if(coind->noblocknotifiy) {
|
||||||
// DCR go wallet doesnt handle blocknotify= config (yet)
|
// DCR go wallet doesnt handle blocknotify= config (yet)
|
||||||
// required to store the user id and the user diff
|
// required to store the user id and the user diff
|
||||||
block_confirm(coind->id, hash1);
|
block_confirm(coind->id, submitvalues->hash_be);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HASH_DEBUGLOG_
|
#ifdef HASH_DEBUGLOG_
|
||||||
|
|
Loading…
Add table
Reference in a new issue