[#node-TxOrphanage-HaveTxFromPeer] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::HaveTxFromPeer :relfileprefix: ../../ :mrdocs: Check if a {tx, peer} exists in the orphanage. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool HaveTxFromPeer( xref:Wtxid.adoc[Wtxid] const& wtxid, xref:NodeId-08.adoc[NodeId] peer) const = 0; ---- == Return Value True if the orphan was announced by `peer,` false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *wtxid* | Witness txid of the orphan. | *peer* | The announcing peer to check for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#