[#MIN_BLOCKS_TO_KEEP] = MIN_BLOCKS_TO_KEEP :mrdocs: Block files containing a block‐height within MIN_BLOCKS_TO_KEEP of ActiveChain().Tip() will not be pruned. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MIN_BLOCKS_TO_KEEP = 288; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#