doc: Remove outdated net comment

This commit is contained in:
MarcoFalke 2018-07-31 17:03:42 -04:00
parent 7d3623794a
commit fa365021bb
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
1 changed files with 0 additions and 1 deletions

View File

@ -1798,7 +1798,6 @@ void CConnman::ThreadOpenConnections(const std::vector<std::string> connect)
CAddress addrConnect;
// Only connect out to one peer per network group (/16 for IPv4).
// Do this here so we don't have to critsect vNodes inside mapAddresses critsect.
int nOutbound = 0;
std::set<std::vector<unsigned char> > setConnected;
{