Handle a transaction being removed from the node's mempool.
Declared in <wallet/wallet.h>
virtual
void
transactionRemovedFromMempool(
CTransactionRef const& tx,
MemPoolRemovalReason reason) override;
| Name | Description |
|---|---|
| tx | The transaction removed from the mempool. |
| reason | The reason the transaction was removed. |