Browse Source

Remove bogus assert on number of oubound connections.

This value can be significantly higher if the users uses addnode
0.14
Matt Corallo 8 years ago
parent
commit
1ab21cf344
  1. 1
      src/net.cpp

1
src/net.cpp

@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections() @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
// Feeler Connections
//

Loading…
Cancel
Save