Fix missing hashFinalSaplingRoot in block header

This commit is contained in:
Duke
2023-06-13 16:21:25 -04:00
parent 2525dc6734
commit e993acb2f0
2 changed files with 3 additions and 5 deletions

View File

@@ -690,8 +690,7 @@ public:
header.nVersion = nVersion;
header.hashPrevBlock = hashPrev;
header.hashMerkleRoot = hashMerkleRoot;
// Hush does not have this, maybe some day
// header.hashBlockCommitments = hashBlockCommitments;
header.hashFinalSaplingRoot = hashFinalSaplingRoot;
header.nTime = nTime;
header.nBits = nBits;
header.nNonce = nNonce;