read hashReserved from disk block index

This commit is contained in:
jc 2018-02-04 20:36:25 -05:00
parent a0a010c85c
commit 15fb13f629
No known key found for this signature in database
GPG Key ID: E87FC0C8A375F3CF
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ bool CBlockTreeDB::LoadBlockIndexGuts()
pindexNew->hashAnchor = diskindex.hashAnchor;
pindexNew->nVersion = diskindex.nVersion;
pindexNew->hashMerkleRoot = diskindex.hashMerkleRoot;
pindexNew->hashReserved = diskindex.hashReserved;
pindexNew->nTime = diskindex.nTime;
pindexNew->nBits = diskindex.nBits;
pindexNew->nNonce = diskindex.nNonce;