Marks a tx as ReceivedResponse in txrequest.
Synopsis
Declared in <node/txdownloadman_impl.h>
void
ReceivedNotFound(
NodeId nodeid,
std::vector<GenTxid> const& gtxids);
Parameters
Name |
Description |
nodeid |
The peer that sent the notfound. |
gtxids |
The transaction identifiers reported as not found. |
Created with MrDocs