mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Fix out of date comment
This commit is contained in:
@@ -30,7 +30,7 @@ pub enum SyncDistanceTier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Contains the different sync distance tiers which are determined at runtime by the
|
/// 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)]
|
#[derive(Copy, Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
|
||||||
pub struct BeaconNodeSyncDistanceTiers {
|
pub struct BeaconNodeSyncDistanceTiers {
|
||||||
pub synced: SyncDistance,
|
pub synced: SyncDistance,
|
||||||
|
|||||||
Reference in New Issue
Block a user