Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking committed Jul 27, 2021
1 parent 4649518 commit 6869cfe
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/ibc/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ MsgEscrowPacketFee defines the request type EscrowPacketFee RPC

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `incentivized_packets` | [IdentifiedPacketFee](#ibc.applications.fee.v1.IdentifiedPacketFee) | | |
| `incentivized_packet` | [IdentifiedPacketFee](#ibc.applications.fee.v1.IdentifiedPacketFee) | | |
| `relayers` | [string](#string) | repeated | |


Expand Down
76 changes: 38 additions & 38 deletions modules/apps/29-fee/types/tx.pb.go

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

4 changes: 2 additions & 2 deletions proto/ibc/applications/fee/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ message MsgEscrowPacketFee {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;

ibc.applications.fee.v1.IdentifiedPacketFee incentivized_packets = 1;
repeated string relayers = 2;
ibc.applications.fee.v1.IdentifiedPacketFee incentivized_packet = 1;
repeated string relayers = 2;
}

// MsgEscrowPacketFeeResponse defines the response type for Msg/EscrowPacketFee
Expand Down

0 comments on commit 6869cfe

Please sign in to comment.