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