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;