Spell it correctly

This commit is contained in:
Duke
2023-06-13 16:24:54 -04:00
parent e993acb2f0
commit 31d97c7c9c

View File

@@ -52,7 +52,7 @@ CBlockHeader CBlockIndex::GetBlockHeader() const
header.hashPrevBlock = pprev->GetBlockHash();
}
header.hashMerkleRoot = hashMerkleRoot;
header.hashFinalSaplingRoot = hashFinalsaplingRoot;
header.hashFinalSaplingRoot = hashFinalSaplingRoot;
header.nTime = nTime;
header.nBits = nBits;
header.nNonce = nNonce;