This commit is contained in:
Duke Leto
2022-02-14 14:10:08 -05:00
parent f971b1765e
commit a157a5c6a1
16 changed files with 66 additions and 66 deletions

View File

@@ -5600,7 +5600,7 @@ bool PruneOneBlockFile(bool tempfile, const int fileNumber)
}
else
{
// Block is not in main chain and is older than last notarised block so its safe for removal.
// Block is not in main chain and is older than last notarized block so its safe for removal.
fprintf(stderr, "Block [%i] in tempfile.%i We can clear this block!\n",pindex->GetHeight(),fileNumber);
// Add index to list and remove after loop?
}