Returns next orphan tx to consider, or nullptr if none exist.
Synopsis
Declared in <node/txdownloadman.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