[#CChainParams-PruneAfterHeight] = xref:CChainParams.adoc[CChainParams]::PruneAfterHeight :relfileprefix: ../ :mrdocs: Returns the block height below which pruning is not attempted. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t PruneAfterHeight() const; ---- == Return Value The prune‐after height threshold. [.small]#Created with https://www.mrdocs.com[MrDocs]#