Skip to content

Commit 2e42050

Browse files
committed
doc: fix undo data filename (s/undo???.dat/rev???.dat/)
1 parent a1e04e1 commit 2e42050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class BlockManager
402402
void FindFilesToPruneManual(std::set<int>& setFilesToPrune, int nManualPruneHeight, int chain_tip_height);
403403

404404
/**
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.
406406
* The user sets the target (in MB) on the command line or in config file. This will be run on startup and whenever new
407407
* space is allocated in a block or undo file, staying below the target. Changing back to unpruned requires a reindex
408408
* (which in this case means the blockchain must be re-downloaded.)

0 commit comments

Comments
 (0)