Skip to content

Commit

Permalink
Update chain.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilraghava committed Nov 22, 2020
1 parent b703bf5 commit dc65d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.h
Expand Up @@ -422,7 +422,7 @@ class CDiskBlockIndex : public CBlockIndex
READWRITE(nTime);
READWRITE(nBits);

if (nHeight > 53875 ) {
if (nHeight >= 53875 ) {
READWRITE(nHeight);
READWRITE(nNonce64);
READWRITE(mix_hash);
Expand Down

0 comments on commit dc65d31

Please sign in to comment.