diff options
author | Matt Corallo <git@bluematt.me> | 2016-10-17 16:29:03 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-10-17 16:29:03 -0400 |
commit | 1ab21cf344ed0547de5ae679b7e479cb4b1a923b (patch) | |
tree | b30c847e7b03e332b2803085bed641f9b0538d0e /src | |
parent | 763828df499f67c1c9d669d3223bd0636ed2b185 (diff) |
Remove bogus assert on number of oubound connections.
This value can be significantly higher if the users uses addnode
Diffstat (limited to 'src')
-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 5f9942c9dc..cdd3076a2f 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections() } } } - assert(nOutbound <= (nMaxOutbound + nMaxFeeler)); // Feeler Connections // |