test
This commit is contained in:
@@ -514,7 +514,8 @@ void CleanupBlockRevFiles()
|
|||||||
remove(it->path());
|
remove(it->path());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
path komodostate = GetDataDir() / "komodostate";
|
||||||
|
remove(komodostate);
|
||||||
// Remove all block files that aren't part of a contiguous set starting at
|
// Remove all block files that aren't part of a contiguous set starting at
|
||||||
// zero by walking the ordered map (keys are block file indices) by
|
// zero by walking the ordered map (keys are block file indices) by
|
||||||
// keeping a separate counter. Once we hit a gap (or if 0 doesn't exist)
|
// keeping a separate counter. Once we hit a gap (or if 0 doesn't exist)
|
||||||
|
|||||||
Reference in New Issue
Block a user