[#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(0x7f2e1b5a2168), requires_capability(0x7f2e2721b178), requires_capability(0x7f2e421cc888), requires_capability(0x7f2e2880b848), requires_capability(0x7f2e3212ebd8), requires_capability(0x7f2e347f7268), requires_capability(0x7f2e2b05b6d8), requires_capability(0x7f2e2bee2d78)]] 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]#