Remove bogus assert on number of oubound connections.

This value can be significantly higher if the users uses addnode

Github-Pull: #8944
Rebased-From: 1ab21cf344ed0547de5ae679b7e479cb4b1a923b
This commit is contained in:
Matt Corallo
2016-10-17 16:29:03 -04:00
committed by lateminer
parent 4faf4c99f7
commit a72b866b00

View File

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