diff options
| author | MarcoFalke <[email protected]> | 2018-07-31 17:03:42 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-31 17:02:42 -0400 |
| commit | fa365021bbb4c0865e6655100c1cbf85e2b3c7fa (patch) | |
| tree | 1196b33924054d0ac690dd46acf917bd02c5c399 /src/net.cpp | |
| parent | Merge #13776: net: Add missing verification of IPv6 address in CNetAddr::GetI... (diff) | |
| download | discoin-fa365021bbb4c0865e6655100c1cbf85e2b3c7fa.tar.xz discoin-fa365021bbb4c0865e6655100c1cbf85e2b3c7fa.zip | |
doc: Remove outdated net comment
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 0ebfefa75..5be91fd4f 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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; { |