Skip to content

Commit e9ee023

Browse files
committed
Merge bitcoin/bitcoin#23929: doc: fix undo data filename (s/undo???.dat/rev???.dat/)
2e42050 doc: fix undo data filename (s/undo???.dat/rev???.dat/) (Sebastian Falbesoner) Pull request description: This typo was discovered in the course of a review club to #20827, see https://bitcoincore.reviews/20827#l-31. ACKs for top commit: shaavan: ACK 2e42050 Tree-SHA512: 0c7a00dce24c03bee6d37265d5b4bc97e976c3f3910af1113f967f6298940f892d6fb517f7b154f32ccedb365060314d4d78d5eb2a9c68b25f0859a628209cd3
2 parents a1e04e1 + 2e42050 commit e9ee023

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)