[#CNode-m_relays_txs] = xref:CNode.adoc[CNode]::m_relays_txs :relfileprefix: ../ :mrdocs: Whether we should relay transactions to this peer. This only changes from false to true. It will never change back to false. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool m_relays_txs = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#