Merge #8944: Remove bogus assert on number of oubound connections.

1ab21cf Remove bogus assert on number of oubound connections. (Matt Corallo)
This commit is contained in:
Wladimir J. van der Laan
2016-10-18 10:43:45 +02:00

View File

@@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
// Feeler Connections
//