node::TxDownloadManager::ReceivedNotFound

Should be called when a notfound for a tx has been received.

Synopsis

Declared in <node/txdownloadman.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.