From b7903f14e98fcb99576d4c9168a014de2cd939ea Mon Sep 17 00:00:00 2001 From: Eric Fu Date: Tue, 12 Sep 2023 16:02:22 +0800 Subject: [PATCH] update comments --- proto/meta.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/meta.proto b/proto/meta.proto index 3f1e5cdbbdf65..cad0b97f6d2be 100644 --- a/proto/meta.proto +++ b/proto/meta.proto @@ -495,7 +495,7 @@ service MetaMemberService { // The schema for persisted system parameters. // Note on backward compatibility: -// - Do not remove deprecated fields. Mark them as deprecated both after the field definition and in `system_params/mod.rs` instead. +// - Do not remove deprecated fields. Mark them as deprecated instead. // - Do not rename existing fields, since each field is stored separately in the meta store with the field name as the key. // - To modify (rename, change the type or semantic of) a field, introduce a new field suffixed by the version. message SystemParams {