[#CTxMemPool-GetMinFee-0c] = xref:CTxMemPool.adoc[CTxMemPool]::GetMinFee :relfileprefix: ../ :mrdocs: The minimum fee to get into the mempool, which may itself not be enough for larger‐sized transactions. The m_incremental_relay_feerate policy variable is used to bound the time it takes the fee rate to go back down all the way to 0. When the feerate would otherwise be half of this, it is set to 0 instead. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] GetMinFee() const; ---- == Return Value The current minimum fee rate to enter the mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#