mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove bogus assert on number of oubound connections.
This value can be significantly higher if the users uses addnode
Github-Pull: #8944
Rebased-From: 1ab21cf344
This commit is contained in:
parent
6c1a016a64
commit
2fda56524b
1 changed files with 0 additions and 1 deletions
|
|
@ -1655,7 +1655,6 @@ void ThreadOpenConnections()
|
|||
}
|
||||
}
|
||||
}
|
||||
assert(nOutbound <= (MAX_OUTBOUND_CONNECTIONS + MAX_FEELER_CONNECTIONS));
|
||||
|
||||
// Feeler Connections
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue