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
Name |
Description |
tx |
The transaction removed from the mempool. |
reason |
The reason the transaction was removed. |
Created with MrDocs