node::TxOrphanage::HaveTxFromPeer

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

NameDescription
wtxidWitness txid of the orphan.
peerThe announcing peer to check for.