Check if a {tx, peer} exists in the orphanage.
Declared in <node/txorphanage.h>
virtual
bool
HaveTxFromPeer(
Wtxid const& wtxid,
NodeId peer) const = 0;
True if the orphan was announced by peer, false otherwise.
| Name | Description |
|---|---|
| wtxid | Witness txid of the orphan. |
| peer | The announcing peer to check for. |