Browse Source

Remove bogus assert on number of oubound connections.

This value can be significantly higher if the users uses addnode

Github-Pull: #8944
Rebased-From: 1ab21cf344
0.13
Matt Corallo 8 years ago committed by Wladimir J. van der Laan
parent
commit
685e4c78f8
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/net.cpp

1
src/net.cpp

@ -1655,7 +1655,6 @@ void ThreadOpenConnections()
} }
} }
} }
assert(nOutbound <= (MAX_OUTBOUND_CONNECTIONS + MAX_FEELER_CONNECTIONS));
// Feeler Connections // Feeler Connections
// //

Loading…
Cancel
Save