node::TxDownloadManagerImpl::ReceivedNotFound

Marks a tx as ReceivedResponse in txrequest.

Synopsis

Declared in <node/txdownloadman_impl.h>

void
ReceivedNotFound(
    NodeId nodeid,
    std::vector<GenTxid> const& gtxids);

Parameters

NameDescription
nodeidThe peer that sent the notfound.
gtxidsThe transaction identifiers reported as not found.