Get getdata requests to send.
Synopsis
Declared in <node/txdownloadman_impl.h>
std::vector<GenTxid>
GetRequestsToSend(
NodeId nodeid,
std::chrono::microseconds current_time);
Return Value
The transaction identifiers to request from nodeid.
Parameters
Name |
Description |
nodeid |
The peer to build requests for. |
current_time |
The current time, used to decide which requests are due. |
Created with MrDocs