Rename hashReserved to hashSaplingAnchorEnd.
This commit is contained in:
@@ -287,7 +287,7 @@ bool CBlockTreeDB::LoadBlockIndexGuts()
|
||||
pindexNew->hashSproutAnchor = diskindex.hashSproutAnchor;
|
||||
pindexNew->nVersion = diskindex.nVersion;
|
||||
pindexNew->hashMerkleRoot = diskindex.hashMerkleRoot;
|
||||
pindexNew->hashReserved = diskindex.hashReserved;
|
||||
pindexNew->hashSaplingAnchorEnd = diskindex.hashSaplingAnchorEnd;
|
||||
pindexNew->nTime = diskindex.nTime;
|
||||
pindexNew->nBits = diskindex.nBits;
|
||||
pindexNew->nNonce = diskindex.nNonce;
|
||||
|
||||
Reference in New Issue
Block a user