Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 14, 2024
1 parent d60785c commit e1e9f91
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions proto/umee/uibc/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ message MsgGovSetIBCStatus {
IBCTransferStatus ibc_status = 4;
}

// MsgGovSetIBCStatusResponse define the response type for Msg/MsgGovSetIBCStatus with x/gov proposals.
// MsgGovSetIBCStatusResponse is a response type for Msg/GovSetIBCStatus.
message MsgGovSetIBCStatusResponse {}

// MsgGovToggleICS20Hooks is a request type for GovToggleICS20Hooks handler.
Expand All @@ -123,5 +123,5 @@ message MsgGovToggleICS20Hooks {
bool enabled = 3;
}


message MsgGovToggleICS20HooksResponse{}
// MsgGovToggleICS20HooksResponse is a response type for Msg/GovToggleICS20Hooks.
message MsgGovToggleICS20HooksResponse {}
9 changes: 9 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3661,6 +3661,9 @@ paths:
title: >-
inflow_outflow_token_quota_base defines the inflow outflow
quota base for token
ics20_hooks:
type: boolean
description: ics20_hooks enables or disables the ICS20 transfer hooks.
title: Params of x/uibc module
description: >-
QueryParamsResponse defines the response structure for the Params
Expand Down Expand Up @@ -9212,6 +9215,9 @@ definitions:
title: >-
inflow_outflow_token_quota_base defines the inflow outflow quota base
for token
ics20_hooks:
type: boolean
description: ics20_hooks enables or disables the ICS20 transfer hooks.
title: Params of x/uibc module
umee.uibc.v1.QueryAllOutflowsResponse:
type: object
Expand Down Expand Up @@ -9305,6 +9311,9 @@ definitions:
title: >-
inflow_outflow_token_quota_base defines the inflow outflow quota
base for token
ics20_hooks:
type: boolean
description: ics20_hooks enables or disables the ICS20 transfer hooks.
title: Params of x/uibc module
description: |-
QueryParamsResponse defines the response structure for the Params gRPC
Expand Down
3 changes: 2 additions & 1 deletion x/uibc/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1e9f91

Please # to comment.