PruneBlockFilesManual

Prune block files up to a given height.

Synopsis

Declared in <validation.h>

void
PruneBlockFilesManual(
    Chainstate& active_chainstate,
    int nManualPruneHeight);

Parameters

NameDescription
active_chainstateThe active chainstate whose block files may be pruned.
nManualPruneHeightHeight up to which block files should be pruned.