node::TxDownloadManagerImpl::HaveMoreWork

Report whether the peer has orphan work pending.

Synopsis

Declared in <node/txdownloadman_impl.h>

bool
HaveMoreWork(NodeId nodeid);

Return Value

True if the peer has orphans to reconsider, false otherwise.

Parameters

NameDescription
nodeidThe peer to check.