Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 15, 2024
1 parent 394d3ac commit b9c1e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/cronos/cronos.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion proto/memiavl/wal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b9c1e6c

Please sign in to comment.