[#node-TxDownloadManager-ReceivedNotFound] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::ReceivedNotFound :relfileprefix: ../../ :mrdocs: Should be called when a notfound for a tx has been received. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ReceivedNotFound( xref:NodeId-08.adoc[NodeId] nodeid, std::vector<GenTxid> const& gtxids); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* | The peer that sent the notfound. | *gtxids* | The transaction identifiers reported as not found. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#