Return the next orphan transaction to reconsider for a peer.

Synopsis

Declared in <node/txdownloadman_impl.h>

CTransactionRef
GetTxToReconsider(NodeId nodeid);

Return Value

The next orphan transaction to reconsider, or nullptr if none exist.

Parameters

Name

Description

nodeid

The peer whose orphan work to draw from.

Created with MrDocs