Add an additional announcer to an orphan if it exists. Otherwise, do nothing.

Synopsis

Declared in <node/txorphanage.h>

virtual
bool
AddAnnouncer(
    Wtxid const& wtxid,
    NodeId peer) = 0;

Return Value

True if the announcer was added, false if the orphan does not exist.

Parameters

Name

Description

wtxid

Witness txid of the orphan.

peer

The additional announcing peer.

Created with MrDocs