[#PeerManager-AbortPrivateBroadcast] = xref:PeerManager.adoc[PeerManager]::AbortPrivateBroadcast :relfileprefix: ../ :mrdocs: Abort private broadcast attempts for transactions currently being privately broadcast. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<CTransactionRef> AbortPrivateBroadcast(xref:uint256.adoc[uint256] const& id) = 0; ---- == Return Value Transactions removed from the private broadcast queue. If the provided id matches a txid that corresponds to multiple transactions with different wtxids, multiple transactions may be returned. == Parameters [cols="1,4"] |=== | Name| Description | *id* [in] | A transaction identifier. It will be matched against both txid and wtxid for all transactions in the private broadcast queue. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#