From 6f63062ba81444dd75e57dfb583534e949efc25a Mon Sep 17 00:00:00 2001 From: mmsqe Date: Mon, 15 Apr 2024 10:59:34 +0800 Subject: [PATCH] test --- proto/cronos/cronos.proto | 2 +- proto/memiavl/wal.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/cronos/cronos.proto b/proto/cronos/cronos.proto index 06172ad52b..fa88aa9cc2 100644 --- a/proto/cronos/cronos.proto +++ b/proto/cronos/cronos.proto @@ -16,7 +16,7 @@ message Params { uint64 max_callback_gas = 5; } -// TokenMappingChangeProposal defines a proposal to change one token mapping. +// TokenMappingChangeProposal defines a proposal to change 1 token mapping. message TokenMappingChangeProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; diff --git a/proto/memiavl/wal.proto b/proto/memiavl/wal.proto index 2868aed78c..c1e6f5ced3 100644 --- a/proto/memiavl/wal.proto +++ b/proto/memiavl/wal.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "iavl/changeset.proto"; import "memiavl/commit_info.proto"; -// NamedChangeSet combine a tree name with the changeset +// NamedChangeSet combine a tree name with the changesets message NamedChangeSet { iavl.ChangeSet changeset = 1 [(gogoproto.nullable) = false]; string name = 2;