From 89290c44cb42df094e47e6a3531c2d4c560c2e83 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 13 Feb 2023 18:13:50 -0500 Subject: [PATCH] empty commit --- beacon_node/network/src/sync/network_context.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/network/src/sync/network_context.rs b/beacon_node/network/src/sync/network_context.rs index c81fed24439..4ec95200624 100644 --- a/beacon_node/network/src/sync/network_context.rs +++ b/beacon_node/network/src/sync/network_context.rs @@ -62,6 +62,7 @@ impl SyncNetworkContext { } } + /// Returns the Client type of the peer if known pub fn client_type(&self, peer_id: &PeerId) -> Client { self.network_globals