mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-09 15:15:12 +01:00
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:
@@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
|
||||
}
|
||||
}
|
||||
}
|
||||
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
|
||||
|
||||
// Feeler Connections
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user