[#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(0x7ff37b41eba8), requires_capability(0x7ff376fd6558), requires_capability(0x7ff38def5778), requires_capability(0x7ff3640f6788), requires_capability(0x7ff3920f6a78), requires_capability(0x7ff37f5c8b98), requires_capability(0x7ff37d00fe18), requires_capability(0x7ff374c13628)]] 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]#