[#node-TxDownloadManagerImpl-MempoolAcceptedTx] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::MempoolAcceptedTx :relfileprefix: ../../ :mrdocs: Respond to a transaction being accepted into the mempool. == Synopsis Declared in `<node/txdownloadman_impl.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]#