Test
This commit is contained in:
@@ -4648,6 +4648,8 @@ bool FindUndoPos(CValidationState &state, int nFile, CDiskBlockPos &pos, unsigne
|
|||||||
pos.nFile = nFile;
|
pos.nFile = nFile;
|
||||||
if ( nFile >= TMPFILE_START )
|
if ( nFile >= TMPFILE_START )
|
||||||
{
|
{
|
||||||
|
fprintf(stderr,"skip tmp undo\n");
|
||||||
|
return(false);
|
||||||
nFile %= TMPFILE_START;
|
nFile %= TMPFILE_START;
|
||||||
ptr = &tmpBlockFiles;
|
ptr = &tmpBlockFiles;
|
||||||
} else ptr = &vinfoBlockFile;
|
} else ptr = &vinfoBlockFile;
|
||||||
|
|||||||
Reference in New Issue
Block a user