From 7e3866aa5b7958ef5661bf014202e292869cd627 Mon Sep 17 00:00:00 2001 From: Mac L Date: Fri, 26 Apr 2024 17:44:20 +1000 Subject: [PATCH] Remove old commented code --- validator_client/src/beacon_node_fallback.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/validator_client/src/beacon_node_fallback.rs b/validator_client/src/beacon_node_fallback.rs index 22e0ffa140..76ecca6d4f 100644 --- a/validator_client/src/beacon_node_fallback.rs +++ b/validator_client/src/beacon_node_fallback.rs @@ -48,15 +48,6 @@ pub struct Config { /// Disables publishing http api requests to all beacon nodes for select api calls. pub disable_run_on_all: bool, pub sync_tolerances: BeaconNodeSyncDistanceTiers, - // Sets the number of slots behind the head a beacon node is allowed to be to still be - // considered `synced`. - //pub sync_tolerance: Option, - // Sets the size of the range of the `small` sync distance tier. This range starts immediately - // after `sync_tolerance`. - //pub small_sync_distance_modifier: Option, - // Sets the size of the range of the `medium` sync distance tier. This range starts immediately - // after the `small` range. - //pub medium_sync_distance_modifier: Option, } /// Indicates a measurement of latency between the VC and a BN.