We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc121b0 commit 42071caCopy full SHA for 42071ca
src/net.h
@@ -630,7 +630,7 @@ class CNode
630
const bool fInbound;
631
bool fNetworkNode;
632
bool fSuccessfullyConnected;
633
- bool fDisconnect;
+ std::atomic_bool fDisconnect;
634
// We use fRelayTxes for two purposes -
635
// a) it allows us to not relay tx invs before receiving the peer's version message
636
// b) the peer may tell us in its version message that we should not relay tx invs
0 commit comments