CTxMemPool::ClearPrioritisation

Remove any stored fee delta for the given txid.

Synopsis

Declared in <txmempool.h>

[[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(Txid const& hash);

Parameters

NameDescription
hashThe txid whose prioritisation is cleared.