wallet::CWallet::transactionRemovedFromMempool

Handle a transaction being removed from the node's mempool.

Synopsis

Declared in <wallet/wallet.h>

virtual
void
transactionRemovedFromMempool(
    CTransactionRef const& tx,
    MemPoolRemovalReason reason) override;

Parameters

NameDescription
txThe transaction removed from the mempool.
reasonThe reason the transaction was removed.