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 cd42553 commit 5b4283cCopy full SHA for 5b4283c
src/net.h
@@ -689,6 +689,8 @@ class CNode
689
bool m_limited_node{false}; //after BIP159, set by version message
690
const bool fInbound;
691
std::atomic_bool fSuccessfullyConnected{false};
692
+ // Setting fDisconnect to true will cause the node to be disconnected the
693
+ // next time DisconnectNodes() runs
694
std::atomic_bool fDisconnect{false};
695
// We use fRelayTxes for two purposes -
696
// a) it allows us to not relay tx invs before receiving the peer's version message
0 commit comments