Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
e4a1e28c14
  1. 3
      src/init.cpp

3
src/init.cpp

@ -514,7 +514,8 @@ void CleanupBlockRevFiles()
remove(it->path());
}
}
path komodostate = GetDataDir() / "komodostate";
remove(komodostate);
// 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
// keeping a separate counter. Once we hit a gap (or if 0 doesn't exist)

Loading…
Cancel
Save