Browse Source

SIG_TXHASH

warmup
jl777 5 years ago
parent
commit
cdfcb27820
  1. 2
      src/script/sign.cpp

2
src/script/sign.cpp

@ -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;

Loading…
Cancel
Save