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

Name

Description

nodeid

The peer that sent the notfound.

gtxids

The transaction identifiers reported as not found.

Created with MrDocs