mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge bitcoin/bitcoin#23929: doc: fix undo data filename (s/undo???.dat/rev???.dat/)
2e42050b7f
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: ACK2e42050b7f
Tree-SHA512: 0c7a00dce24c03bee6d37265d5b4bc97e976c3f3910af1113f967f6298940f892d6fb517f7b154f32ccedb365060314d4d78d5eb2a9c68b25f0859a628209cd3
This commit is contained in:
commit
e9ee023f6e
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ private:
|
||||||
void FindFilesToPruneManual(std::set<int>& setFilesToPrune, int nManualPruneHeight, int chain_tip_height);
|
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
|
* 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
|
* 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.)
|
* (which in this case means the blockchain must be re-downloaded.)
|
||||||
|
|
Loading…
Add table
Reference in a new issue