[#node-TxDownloadManagerImpl-ReceivedNotFound] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::ReceivedNotFound :relfileprefix: ../../ :mrdocs: Marks a tx as ReceivedResponse in txrequest. == Synopsis Declared in `<node/txdownloadman_impl.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]#