[#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(0x7f2e1b5a11d8), requires_capability(0x7f2e2721a1e8), requires_capability(0x7f2e421cb8f8), requires_capability(0x7f2e2880a8b8), requires_capability(0x7f2e3212dc48), requires_capability(0x7f2e347f62d8), requires_capability(0x7f2e2b05a748), requires_capability(0x7f2e2bee1de8)]] 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]#