Spell it correctly
This commit is contained in:
@@ -52,7 +52,7 @@ CBlockHeader CBlockIndex::GetBlockHeader() const
|
|||||||
header.hashPrevBlock = pprev->GetBlockHash();
|
header.hashPrevBlock = pprev->GetBlockHash();
|
||||||
}
|
}
|
||||||
header.hashMerkleRoot = hashMerkleRoot;
|
header.hashMerkleRoot = hashMerkleRoot;
|
||||||
header.hashFinalSaplingRoot = hashFinalsaplingRoot;
|
header.hashFinalSaplingRoot = hashFinalSaplingRoot;
|
||||||
header.nTime = nTime;
|
header.nTime = nTime;
|
||||||
header.nBits = nBits;
|
header.nBits = nBits;
|
||||||
header.nNonce = nNonce;
|
header.nNonce = nNonce;
|
||||||
|
|||||||
Reference in New Issue
Block a user