wallet::CWallet::transactionAddedToMempool

Handle a transaction being added to the node's mempool.

Synopsis

Declared in <wallet/wallet.h>

virtual
void
transactionAddedToMempool(CTransactionRef const& tx) override;

Parameters

NameDescription
txThe transaction added to the mempool.