From 1ab21cf344ed0547de5ae679b7e479cb4b1a923b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 17 Oct 2016 16:29:03 -0400 Subject: [PATCH] Remove bogus assert on number of oubound connections. This value can be significantly higher if the users uses addnode --- src/net.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net.cpp b/src/net.cpp index 5f9942c9d..cdd3076a2 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections() } } } - assert(nOutbound <= (nMaxOutbound + nMaxFeeler)); // Feeler Connections //