Skip to content

Commit

Permalink
Merge branch 'master' into oty-lift-all-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Jun 10, 2024
2 parents 1a82b6a + b65313e commit 949d162
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions polkadot/node/network/bridge/src/validator_discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@ impl<N: Network, AD: AuthorityDiscovery> Service<N, AD> {
{
gum::warn!(target: LOG_TARGET, err = ?e, "AuthorityDiscoveryService returned an invalid multiaddress");
}
// the addresses are known to be valid
//
// for peer-set management, the main protocol name should be used regardless of
// the negotiated version.
let _ = network_service
.remove_from_peers_set(
self.peerset_protocol_names.get_main_name(peer_set),
peers_to_remove,
)
.await;

network_service
}
Expand Down

0 comments on commit 949d162

Please sign in to comment.