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 6851799 commit 6d8a5bc
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 @@ -1011,7 +1011,7 @@ QueryTotalAckFeesResponse defines the response type for the TotalAckFees rpc

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `ack_fees` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | the total packet receive fees |
| `ack_fees` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | the total packet acknowledgement 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 @@ -91,7 +91,7 @@ message QueryTotalAckFeesRequest {

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

0 comments on commit 6d8a5bc

Please sign in to comment.