From 99512243518f355516bc09073d124aaa15acac21 Mon Sep 17 00:00:00 2001 From: XxAlex74xX <30472093+XxAlex74xX@users.noreply.github.com> Date: Thu, 20 Feb 2025 22:15:29 +0100 Subject: [PATCH] Update network_behaviour.rs --- node/network/src/peer_manager/network_behaviour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/network/src/peer_manager/network_behaviour.rs b/node/network/src/peer_manager/network_behaviour.rs index da5c0a3..b735d06 100644 --- a/node/network/src/peer_manager/network_behaviour.rs +++ b/node/network/src/peer_manager/network_behaviour.rs @@ -134,7 +134,7 @@ impl NetworkBehaviour for PeerManager { BanResult::NotBanned => {} } - // Count dialing peers in the limit if the peer dialied us. + // Count dialing peers in the limit if the peer dialed us. let count_dialing = endpoint.is_listener(); // Check the connection limits if self.peer_limit_reached(count_dialing)