noblocknotifiy: use the right blockhash

This commit is contained in:
Tanguy Pruvot 2016-02-18 11:57:31 +01:00
parent 48964e8393
commit 051e3fc786

View file

@ -256,7 +256,7 @@ void client_do_submit(YAAMP_CLIENT *client, YAAMP_JOB *job, YAAMP_JOB_VALUES *su
if(coind->noblocknotifiy) {
// DCR go wallet doesnt handle blocknotify= config (yet)
// 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_