mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-01 01:11:59 +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
|
// Feeler Connections
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user