mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
Remove bogus assert on number of oubound connections.
This value can be significantly higher if the users uses addnode
This commit is contained in:
parent
763828df49
commit
1ab21cf344
1 changed files with 0 additions and 1 deletions
|
@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
|
|
||||||
|
|
||||||
// Feeler Connections
|
// Feeler Connections
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue