CBlockPolicyEstimator::removeTx

Remove a transaction from the mempool tracking stats for non BLOCK removal reasons.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

[[requires_capability(0x7f94fc2adcb8), requires_capability(0x7f9515617ee8)]]
bool
removeTx(Txid hash);

Return Value

True if the transaction was being tracked and was removed.

Parameters

NameDescription
hashTxid of the transaction to stop tracking.