Add an additional announcer to an orphan if it exists. Otherwise, do nothing.
Declared in <node/txorphanage.h>
virtual
bool
AddAnnouncer(
Wtxid const& wtxid,
NodeId peer) = 0;
True if the announcer was added, false if the orphan does not exist.
| Name | Description |
|---|---|
| wtxid | Witness txid of the orphan. |
| peer | The additional announcing peer. |