[#node-TxDownloadManagerImpl-m_peer_info] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::m_peer_info :relfileprefix: ../../ :mrdocs: Information for all of the peers we may download transactions from. This is not necessarily all peers we are connected to (no block‐relay‐only and temporary connections). == Synopsis Declared in `<node/txdownloadman_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<NodeId, PeerInfo> m_peer_info; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#