node::TxDownloadManager::HaveMoreWork

Whether there are any orphans to reconsider for this peer.

Synopsis

Declared in <node/txdownloadman.h>

bool
HaveMoreWork(NodeId nodeid) const;

Return Value

True if the peer has orphan work pending, false otherwise.

Parameters

NameDescription
nodeidThe peer to check.