We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b793e42 commit 2fe1347Copy full SHA for 2fe1347
internal/api/libwasmvm.x86_64.so
15.2 KB
types/ibc2.go
@@ -39,7 +39,7 @@ type IBC2PacketReceiveMsg struct {
39
// - `Payload`: The data associated with the timed-out packet.
40
// - `SourceClient`: The identifier of the client that originally sent the packet.
41
// - `DestinationClient`: The identifier of the client that was the intended recipient.
42
-// - `Sequence`: The sequence number of the timed-out packet.
+// - `PacketSequence`: The sequence number of the timed-out packet.
43
// - `Relayer`: The identifier of the relayer responsible for the packet.
44
type IBC2PacketTimeoutMsg struct {
45
Payload IBC2Payload `json:"payload"`
0 commit comments