[#CTxMemPool-trackPackageRemoved] = xref:CTxMemPool.adoc[CTxMemPool]::trackPackageRemoved :relfileprefix: ../ :mrdocs: Update the rolling minimum fee rate to account for a package removal at the given fee rate. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95135d12a8), requires_capability(0x7f9501b10688), requires_capability(0x7f950ec76878), requires_capability(0x7f9525ea65c8), requires_capability(0x7f9515095d08), requires_capability(0x7f9508269fa8), requires_capability(0x7f94f856d6b8), requires_capability(0x7f9513c578a8)]] void trackPackageRemoved(xref:CFeeRate.adoc[CFeeRate] const& rate); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rate* | The fee rate of the removed package. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#