[#MEMPOOL_REPRESENTATION_THRESHOLD] = MEMPOOL_REPRESENTATION_THRESHOLD :mrdocs: Minimum fraction of block weight that must come from the mempool for it to be well represented. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr double MEMPOOL_REPRESENTATION_THRESHOLD = 0.75; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#