[#MEMPOOL_FEE_ESTIMATOR_MAX_TARGET] = MEMPOOL_FEE_ESTIMATOR_MAX_TARGET :mrdocs: Maximum confirmation target, in blocks, for which the mempool estimator is reliable. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr int MEMPOOL_FEE_ESTIMATOR_MAX_TARGET = {2}; ---- == Description Estimates for a confirmation target above this are not reliable, as mempool conditions are likely to change. [.small]#Created with https://www.mrdocs.com[MrDocs]#