[#PruneBlockFilesManual] = PruneBlockFilesManual :mrdocs: Prune block files up to a given height. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PruneBlockFilesManual( xref:Chainstate.adoc[Chainstate]& active_chainstate, int nManualPruneHeight); ---- == Parameters [cols="1,4"] |=== | Name| Description | *active_chainstate* | The active chainstate whose block files may be pruned. | *nManualPruneHeight* | Height up to which block files should be pruned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#