mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03: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:
commit
cd761fb85a
1 changed files with 0 additions and 1 deletions
|
@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
|
|||
}
|
||||
}
|
||||
}
|
||||
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
|
||||
|
||||
// Feeler Connections
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue