|
|
|
@ -2579,7 +2579,7 @@ bool FindBlockPos(CValidationState &state, CDiskBlockPos &pos, unsigned int nAdd
@@ -2579,7 +2579,7 @@ bool FindBlockPos(CValidationState &state, CDiskBlockPos &pos, unsigned int nAdd
|
|
|
|
|
|
|
|
|
|
if ((int)nFile != nLastBlockFile) { |
|
|
|
|
if (!fKnown) { |
|
|
|
|
LogPrintf("Leaving block file %i: %s\n", nFile, vinfoBlockFile[nFile].ToString()); |
|
|
|
|
LogPrintf("Leaving block file %i: %s\n", nLastBlockFile, vinfoBlockFile[nLastBlockFile].ToString()); |
|
|
|
|
} |
|
|
|
|
FlushBlockFile(!fKnown); |
|
|
|
|
nLastBlockFile = nFile; |
|
|
|
|