Handle a transaction being removed from the mempool.
Declared in <zmq/zmqnotificationinterface.h>
virtual
void
TransactionRemovedFromMempool(
CTransactionRef const& tx,
MemPoolRemovalReason reason,
uint64_t mempool_sequence) override;
| Name | Description |
|---|---|
| tx | The removed transaction. |
| reason | Why the transaction was removed. |
| mempool_sequence | The mempool sequence number of the event. |