Handle a transaction being added to the node's mempool.
Synopsis
Declared in <wallet/wallet.h>
virtual
void
transactionAddedToMempool(CTransactionRef const& tx) override;
Parameters
Name |
Description |
tx |
The transaction added to the mempool. |
Created with MrDocs