[#node-TxDownloadManager-MempoolAcceptedTx] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::MempoolAcceptedTx :relfileprefix: ../../ :mrdocs: Respond to successful transaction submission to mempool == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void MempoolAcceptedTx(xref:CTransactionRef.adoc[CTransactionRef] const& tx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The accepted transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#