Record a transaction as it leaves the mempool.
Declared in <policy/fees/estimator_man.h>
virtual
void
TransactionRemovedFromMempool(
CTransactionRef const& tx,
MemPoolRemovalReason reason,
uint64_t mempool_sequence) override;
| Name | Description |
|---|---|
| tx [in] | The transaction being removed from the mempool. |
| reason [in] | Why the transaction was removed (unused). |
| mempool_sequence [in] | Mempool sequence number of the event (unused). |