diff --git a/core/lib/types/src/api/en.rs b/core/lib/types/src/api/en.rs index 70fdf9ce463..9391c862757 100644 --- a/core/lib/types/src/api/en.rs +++ b/core/lib/types/src/api/en.rs @@ -52,7 +52,7 @@ pub struct SyncBlock { pub struct ConsensusGlobalConfig(pub serde_json::Value); /// [DEPRECATED] Genesis served by the main node to the external nodes. -/// This type is deprecated ConsensusGlobalConfig also contains genesis and is extensible. +/// This type is deprecated since ConsensusGlobalConfig also contains genesis and is extensible. /// /// The wrapped JSON value corresponds to `zksync_consensus_roles::validator::Genesis`. #[derive(Debug, Clone, Serialize, Deserialize)]