Check if a {tx, peer} exists in the orphanage.

Synopsis

Declared in <node/txorphanage.h>

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

Return Value

True if the orphan was announced by peer, false otherwise.

Parameters

Name

Description

wtxid

Witness txid of the orphan.

peer

The announcing peer to check for.

Created with MrDocs