SIG_TXHASH
This commit is contained in:
@@ -53,7 +53,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
|
|||||||
} catch (logic_error ex) {
|
} catch (logic_error ex) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
TXHASH = hash;
|
SIG_TXHASH = hash;
|
||||||
if (scriptCode.IsPayToCryptoCondition())
|
if (scriptCode.IsPayToCryptoCondition())
|
||||||
{
|
{
|
||||||
CC *cc = (CC *)extraData;
|
CC *cc = (CC *)extraData;
|
||||||
|
|||||||
Reference in New Issue
Block a user