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,