We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c109951 commit 9b293faCopy full SHA for 9b293fa
servers/src/mwc/seed.rs
@@ -418,9 +418,6 @@ fn listen_for_addrs(
418
listen_q_addrs
419
.retain(|p| !(peers.is_known(p).unwrap_or(false) || connecting_history.contains_key(p)));
420
421
- // If we have a healthy number of outbound peers then we are done here.
422
- debug_assert!(!peers.enough_outbound_peers());
423
-
424
connection_threads.retain(|h| !h.is_finished());
425
426
while !listen_q_addrs.is_empty() {
0 commit comments