aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2016-10-17 16:29:03 -0400
committerMatt Corallo <git@bluematt.me>2016-10-17 16:29:03 -0400
commit1ab21cf344ed0547de5ae679b7e479cb4b1a923b (patch)
treeb30c847e7b03e332b2803085bed641f9b0538d0e /src/net.cpp
parent763828df499f67c1c9d669d3223bd0636ed2b185 (diff)
downloadbitcoin-1ab21cf344ed0547de5ae679b7e479cb4b1a923b.tar.xz
Remove bogus assert on number of oubound connections.
This value can be significantly higher if the users uses addnode
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
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
//