From 051e3fc7867af116ad86a2de4d8abe397688585b Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Thu, 18 Feb 2016 11:57:31 +0100 Subject: [PATCH] noblocknotifiy: use the right blockhash --- stratum/client_submit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratum/client_submit.cpp b/stratum/client_submit.cpp index cb351b9..c44c5d1 100644 --- a/stratum/client_submit.cpp +++ b/stratum/client_submit.cpp @@ -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_