aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-10-17 16:29:03 -0400
committerMatt Corallo <[email protected]>2016-10-17 16:29:03 -0400
commit1ab21cf344ed0547de5ae679b7e479cb4b1a923b (patch)
treeb30c847e7b03e332b2803085bed641f9b0538d0e /src/net.cpp
parentMerge #8940: Add x9 service bit support to dnsseed.bluematt.me (diff)
downloaddiscoin-1ab21cf344ed0547de5ae679b7e479cb4b1a923b.tar.xz
discoin-1ab21cf344ed0547de5ae679b7e479cb4b1a923b.zip
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 5f9942c9d..cdd3076a2 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
- assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
// Feeler Connections
//