[#node-TxDownloadManager-HaveMoreWork] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::HaveMoreWork :relfileprefix: ../../ :mrdocs: Whether there are any orphans to reconsider for this peer. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HaveMoreWork(xref:NodeId-08.adoc[NodeId] nodeid) const; ---- == Return Value True if the peer has orphan work pending, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* | The peer to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#