update SignatureHash according to Overwinter spec

with help from str4d
This commit is contained in:
Ariel
2018-01-17 12:48:10 +02:00
committed by Jack Grigg
parent 132dc81f7d
commit 7245f32835
3 changed files with 67 additions and 24 deletions

View File

@@ -90,7 +90,7 @@ enum
struct PrecomputedTransactionData
{
uint256 hashPrevouts, hashSequence, hashOutputs;
uint256 hashPrevouts, hashSequence, hashOutputs, hashJoinSplits;
PrecomputedTransactionData(const CTransaction& tx);
};