From 46d997f3190312111f90b5a359a03b127aa9a11e Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 9 May 2019 22:04:33 +0800 Subject: [PATCH] fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5203888de..82b95b146 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6503,7 +6503,7 @@ bool LoadExternalBlockFile(FILE* fileIn, CDiskBlockPos *dbp) blkdat.SetPos(nBlockPos); CBlock block; blkdat >> block; - nRewind = blkdat.GetPos(); + nRewind = blkdat.GetPos(); // detect out of order blocks, and store them for later uint256 hash = block.GetHash();