[#CTxMemPool-ClearPrioritisation] = xref:CTxMemPool.adoc[CTxMemPool]::ClearPrioritisation :relfileprefix: ../ :mrdocs: Remove any stored fee delta for the given txid. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b41fb38), requires_capability(0x7ff376fd74e8), requires_capability(0x7ff38def6708), requires_capability(0x7ff3640f7718), requires_capability(0x7ff3920f7a08), requires_capability(0x7ff37f5c9b28), requires_capability(0x7ff37d010da8), requires_capability(0x7ff374c145b8)]] void ClearPrioritisation(xref:Txid.adoc[Txid] const& hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The txid whose prioritisation is cleared. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#