Skip to content

Commit 6869cfe

Browse files
committed
fix: grammar
1 parent 4649518 commit 6869cfe

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

docs/ibc/proto-docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ MsgEscrowPacketFee defines the request type EscrowPacketFee RPC
897897

898898
| Field | Type | Label | Description |
899899
| ----- | ---- | ----- | ----------- |
900-
| `incentivized_packets` | [IdentifiedPacketFee](#ibc.applications.fee.v1.IdentifiedPacketFee) | | |
900+
| `incentivized_packet` | [IdentifiedPacketFee](#ibc.applications.fee.v1.IdentifiedPacketFee) | | |
901901
| `relayers` | [string](#string) | repeated | |
902902

903903

modules/apps/29-fee/types/tx.pb.go

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/ibc/applications/fee/v1/tx.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ message MsgEscrowPacketFee {
3838
option (gogoproto.equal) = false;
3939
option (gogoproto.goproto_getters) = false;
4040

41-
ibc.applications.fee.v1.IdentifiedPacketFee incentivized_packets = 1;
42-
repeated string relayers = 2;
41+
ibc.applications.fee.v1.IdentifiedPacketFee incentivized_packet = 1;
42+
repeated string relayers = 2;
4343
}
4444

4545
// MsgEscrowPacketFeeResponse defines the response type for Msg/EscrowPacketFee

0 commit comments

Comments
 (0)