mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00: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
@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
|
||||
}
|
||||
}
|
||||
}
|
||||
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
|
||||
|
||||
// Feeler Connections
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user