Handle usage of prevector for CScript in Zcash-specific code
This commit is contained in:
@@ -1191,7 +1191,7 @@ uint256 SignatureHash(
|
||||
// The prevout may already be contained in hashPrevout, and the nSequence
|
||||
// may already be contained in hashSequence.
|
||||
ss << txTo.vin[nIn].prevout;
|
||||
ss << scriptCode;
|
||||
ss << static_cast<const CScriptBase&>(scriptCode);
|
||||
ss << amount;
|
||||
ss << txTo.vin[nIn].nSequence;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user