Skip to content

Commit 2fe1347

Browse files
committed
chore: Built lib for testing purpose
1 parent b793e42 commit 2fe1347

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal/api/libwasmvm.x86_64.so

15.2 KB
Binary file not shown.

types/ibc2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type IBC2PacketReceiveMsg struct {
3939
// - `Payload`: The data associated with the timed-out packet.
4040
// - `SourceClient`: The identifier of the client that originally sent the packet.
4141
// - `DestinationClient`: The identifier of the client that was the intended recipient.
42-
// - `Sequence`: The sequence number of the timed-out packet.
42+
// - `PacketSequence`: The sequence number of the timed-out packet.
4343
// - `Relayer`: The identifier of the relayer responsible for the packet.
4444
type IBC2PacketTimeoutMsg struct {
4545
Payload IBC2Payload `json:"payload"`

0 commit comments

Comments
 (0)