Skip to content

Commit e2a6a67

Browse files
committed
chore: make struct comments match struct names
Signed-off-by: bytesingsong <[email protected]>
1 parent 7867ace commit e2a6a67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/docs/swagger-ui/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ paths:
231231
auto_contract:
232232
type: string
233233
title: >-
234-
ContractByDenomRequest is the response type of ContractByDenom
234+
ContractByDenomResponse is the response type of ContractByDenom
235235
call
236236
default:
237237
description: An unexpected error response.
@@ -48065,7 +48065,7 @@ definitions:
4806548065
type: string
4806648066
auto_contract:
4806748067
type: string
48068-
title: ContractByDenomRequest is the response type of ContractByDenom call
48068+
title: ContractByDenomResponse is the response type of ContractByDenom call
4806948069
cronos.DenomByContractResponse:
4807048070
type: object
4807148071
properties:

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)