File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
5656message ContractByDenomResponse {
5757 string contract = 1 ;
5858 string auto_contract = 2 ;
You can’t perform that action at this time.
0 commit comments