PeerManager::InitiateTxBroadcastToAll

Initiate a transaction broadcast to eligible peers. Queue the witness transaction id to the inbound and outbound inv backlogs. Later, depending on -txsendrate, the peer's next inventory send time and if the transaction is in the mempool, an INV about it may be sent to the peer.

Synopsis

Declared in <net_processing.h>

virtual
void
InitiateTxBroadcastToAll(Wtxid const& wtxid) = 0;

Parameters

NameDescription
wtxidThe witness transaction id to queue for broadcast.