Skip to content

Commit 18ed9a0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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;

0 commit comments

Comments
 (0)