From a63ec8fdae035acb31f55e7378fd22230448cc38 Mon Sep 17 00:00:00 2001 From: Mac L Date: Wed, 24 Jul 2024 19:59:40 +1000 Subject: [PATCH] Fix out of date comment --- validator_client/src/beacon_node_health.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/src/beacon_node_health.rs b/validator_client/src/beacon_node_health.rs index d2e515de16..3a4b7cf01a 100644 --- a/validator_client/src/beacon_node_health.rs +++ b/validator_client/src/beacon_node_health.rs @@ -30,7 +30,7 @@ pub enum SyncDistanceTier { } /// Contains the different sync distance tiers which are determined at runtime by the -/// `sync_tolerance` CLI flag and the `sync_distance_modifier` flags. +/// `beacon-nodes-sync-tolerances` flag. #[derive(Copy, Clone, Debug, PartialEq, Eq, Deserialize, Serialize)] pub struct BeaconNodeSyncDistanceTiers { pub synced: SyncDistance,