Prune block files up to a given height.
Synopsis
Declared in <validation.h>
void
PruneBlockFilesManual(
Chainstate& active_chainstate,
int nManualPruneHeight);
Parameters
Name |
Description |
active_chainstate |
The active chainstate whose block files may be pruned. |
nManualPruneHeight |
Height up to which block files should be pruned. |
Created with MrDocs