diff --git a/zebra-network/src/peer_set/initialize.rs b/zebra-network/src/peer_set/initialize.rs index 024b59a89a4..5fd8ecf5a98 100644 --- a/zebra-network/src/peer_set/initialize.rs +++ b/zebra-network/src/peer_set/initialize.rs @@ -696,7 +696,6 @@ where // congested it can generate a lot of demand signal very // rapidly. trace!("too many open connections or in-flight handshakes, dropping demand signal"); - continue; } DemandHandshake { candidate } => { // Increment the connection count before we spawn the connection.