Add normalized transaction hash

This commit is contained in:
janko33bd
2018-01-16 21:58:20 +01:00
parent 6484a9e9b2
commit 65e7103954
3 changed files with 24 additions and 0 deletions

View File

@@ -338,6 +338,8 @@ struct CMutableTransaction
* fly, as opposed to GetHash() in CTransaction, which uses a cached result.
*/
uint256 GetHash() const;
uint256 GetNormalizedHash() const;
};
#endif // BITCOIN_PRIMITIVES_TRANSACTION_H