Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD

This commit is contained in:
Jonas Schnelli
2017-10-13 21:48:00 -07:00
parent 31c45a927e
commit 6fe57bdaac
5 changed files with 18 additions and 2 deletions

View File

@@ -2710,6 +2710,7 @@ CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn
fOneShot = false;
m_manual_connection = false;
fClient = false; // set by version message
m_limited_node = false; // set by version message
fFeeler = false;
fSuccessfullyConnected = false;
fDisconnect = false;