From cdfcb27820cc9838a9f881a575204744d9b516bf Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 20:20:45 -1100 Subject: [PATCH] SIG_TXHASH --- src/script/sign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/sign.cpp b/src/script/sign.cpp index 1865d8e35..71fa4cee4 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -53,7 +53,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector& vchSig, } catch (logic_error ex) { return false; } - TXHASH = hash; + SIG_TXHASH = hash; if (scriptCode.IsPayToCryptoCondition()) { CC *cc = (CC *)extraData;