CNode::m_relays_txs

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>

std::atomic_bool m_relays_txs = {false};