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