Skip to content

Commit

Permalink
doc: fix undo data filename (s/undo???.dat/rev???.dat/)
Browse files Browse the repository at this point in the history
  • Loading branch information
theStack committed Jan 1, 2022
1 parent a1e04e1 commit 2e42050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class BlockManager
void FindFilesToPruneManual(std::set<int>& setFilesToPrune, int nManualPruneHeight, int chain_tip_height);

/**
* Prune block and undo files (blk???.dat and undo???.dat) so that the disk space used is less than a user-defined target.
* Prune block and undo files (blk???.dat and rev???.dat) so that the disk space used is less than a user-defined target.
* The user sets the target (in MB) on the command line or in config file. This will be run on startup and whenever new
* space is allocated in a block or undo file, staying below the target. Changing back to unpruned requires a reindex
* (which in this case means the blockchain must be re-downloaded.)
Expand Down

0 comments on commit 2e42050

Please sign in to comment.