Skip to content

Commit e61b1e7

Browse files
chore: fix inconsistent struct name in comment
Signed-off-by: zhedazijingang <[email protected]>
1 parent 1f80cb2 commit e61b1e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)