Skip to content

Commit

Permalink
fixing protodoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Mar 1, 2022
1 parent 6a6200f commit eb8e6c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ibc/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ QueryTotalTimeoutFeesResponse defines the response type for the TotalTimeoutFees

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `timeout_fees` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | the total packet receive fees |
| `timeout_fees` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | the total packet timeout fees |



Expand Down
2 changes: 1 addition & 1 deletion modules/apps/29-fee/types/query.pb.go

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

2 changes: 1 addition & 1 deletion proto/ibc/applications/fee/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ message QueryTotalTimeoutFeesRequest {

// QueryTotalTimeoutFeesResponse defines the response type for the TotalTimeoutFees rpc
message QueryTotalTimeoutFeesResponse {
// the total packet receive fees
// the total packet timeout fees
repeated cosmos.base.v1beta1.Coin timeout_fees = 1 [
(gogoproto.moretags) = "yaml:\"timeout_fees\"",
(gogoproto.nullable) = false,
Expand Down

0 comments on commit eb8e6c7

Please sign in to comment.