Browse Source

Merge pull request #98 from FireMartZ/hashReserved

Read hashReserved from disk.
pull/106/head
Duke Leto 6 years ago
committed by GitHub
parent
commit
1694a1c543
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/txdb.cpp

1
src/txdb.cpp

@ -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;

Loading…
Cancel
Save