Browse Source

k

pull/27/head
blackjok3r 5 years ago
parent
commit
acf850831e
  1. 2
      src/main.cpp

2
src/main.cpp

@ -5497,7 +5497,7 @@ uint64_t CalculateCurrentUsage()
/* Prune a block file (modify associated database entries)*/
void PruneOneBlockFile(bool tempfile, const int fileNumber)
{
fprintf(stderr, "pruneblockfile.%i\n",fileNumber); sleep(15);
//fprintf(stderr, "pruneblockfile.%i\n",fileNumber); sleep(15);
for (BlockMap::iterator it = mapBlockIndex.begin(); it != mapBlockIndex.end(); ++it) {
CBlockIndex* pindex = it->second;
if (pindex && pindex->nFile == fileNumber) {

Loading…
Cancel
Save