node::TxDownloadManager::MempoolAcceptedTx

Respond to successful transaction submission to mempool

Synopsis

Declared in <node/txdownloadman.h>

void
MempoolAcceptedTx(CTransactionRef const& tx);

Parameters

NameDescription
txThe accepted transaction.