Abort private broadcast attempts for transactions currently being privately broadcast.
Declared in <net_processing.h>
virtual
std::vector<CTransactionRef>
AbortPrivateBroadcast(uint256 const& id) = 0;
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.
| Name | Description |
|---|---|
| id [in] | A transaction identifier. It will be matched against both txid and wtxid for all transactions in the private broadcast queue. |