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
commit cd761fb85a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 1 deletions

View File

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