mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02: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:
@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
|
|
||||||
|
|
||||||
// Feeler Connections
|
// Feeler Connections
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user