From 461c11263e1a143d69ac03b27c945800a4baa0c4 Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Tue, 10 Sep 2024 10:37:22 +0200 Subject: [PATCH] Update core/lib/types/src/api/en.rs Co-authored-by: Igor Aleksanov --- core/lib/types/src/api/en.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/types/src/api/en.rs b/core/lib/types/src/api/en.rs index 70fdf9ce4638..9391c8627573 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)]