node::TxDownloadManagerImpl::MempoolAcceptedTx

Respond to a transaction being accepted into the mempool.

Synopsis

Declared in <node/txdownloadman_impl.h>

void
MempoolAcceptedTx(CTransactionRef const& tx);

Parameters

NameDescription
txThe accepted transaction.