File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ class BlockManager
402
402
void FindFilesToPruneManual (std::set<int >& setFilesToPrune, int nManualPruneHeight, int chain_tip_height);
403
403
404
404
/* *
405
- * Prune block and undo files (blk???.dat and undo ???.dat) so that the disk space used is less than a user-defined target.
405
+ * Prune block and undo files (blk???.dat and rev ???.dat) so that the disk space used is less than a user-defined target.
406
406
* The user sets the target (in MB) on the command line or in config file. This will be run on startup and whenever new
407
407
* space is allocated in a block or undo file, staying below the target. Changing back to unpruned requires a reindex
408
408
* (which in this case means the blockchain must be re-downloaded.)
You can’t perform that action at this time.
0 commit comments