Skip to content

Commit e42d284

Browse files
zhedazijingangthomas-nguysonggaoye
authored
chore: fix inconsistent struct name in comment (#1860)
Signed-off-by: zhedazijingang <unwrap_or_else@outlook.com> Co-authored-by: Thomas N. <81727899+thomas-nguy@users.noreply.github.com> Co-authored-by: songgaoye <217724508+songgaoye@users.noreply.github.com>
1 parent 97b755e commit e42d284

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

proto/cronos/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ message ContractByDenomRequest {
5252
string denom = 1;
5353
}
5454

55-
// ContractByDenomRequest is the response type of ContractByDenom call
55+
// ContractByDenomResponse is the response type of ContractByDenom call
5656
message ContractByDenomResponse {
5757
string contract = 1;
5858
string auto_contract = 2;

x/cronos/types/query.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)