[#node-TxDownloadManagerImpl-MaybeAddOrphanResolutionCandidate] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::MaybeAddOrphanResolutionCandidate :relfileprefix: ../../ :mrdocs: If this peer is an orphan resolution candidate for this transaction, treat the unique_parents as announced by this peer; add them as new invs to m_txrequest. == Synopsis Declared in `<node/txdownloadman_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool MaybeAddOrphanResolutionCandidate( std::vector<Txid> const& unique_parents, xref:Wtxid.adoc[Wtxid] const& wtxid, xref:NodeId-08.adoc[NodeId] nodeid, std::chrono::microseconds now); ---- == Return Value whether this transaction was a valid orphan resolution candidate. == Parameters [cols="1,4"] |=== | Name| Description | *unique_parents* | The deduplicated parent txids of the orphan. | *wtxid* | Witness txid of the orphan transaction. | *nodeid* | The peer being considered as a resolution candidate. | *now* | The current time, used to schedule request delays. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#