SIG_TXHASH

This commit is contained in:
jl777
2019-07-08 20:20:45 -11:00
parent 80377ebdc9
commit cdfcb27820

View File

@@ -53,7 +53,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
} catch (logic_error ex) {
return false;
}
TXHASH = hash;
SIG_TXHASH = hash;
if (scriptCode.IsPayToCryptoCondition())
{
CC *cc = (CC *)extraData;