Should be called when a notfound for a tx has been received.
Declared in <node/txdownloadman.h>
void
ReceivedNotFound(
NodeId nodeid,
std::vector<GenTxid> const& gtxids);
| Name | Description |
|---|---|
| nodeid | The peer that sent the notfound. |
| gtxids | The transaction identifiers reported as not found. |