From 55a4044f2278438ca62b812993e958036342fa9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wo=C5=BAniak?= Date: Thu, 23 Jan 2025 16:54:25 +0100 Subject: [PATCH] Update types/msg.go Co-authored-by: Christoph Otter --- types/msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/msg.go b/types/msg.go index d26d9206..61e45013 100644 --- a/types/msg.go +++ b/types/msg.go @@ -362,7 +362,7 @@ type EurekaMsg struct { type EurekaSendPacketMsg struct { ChannelID string `json:"channel_id"` Data []EurekaPayload `json:"data"` - Timestamp uint64 `json:"timestamp,string,omitempty"` + Timeout uint64 `json:"timeout,string,omitempty"` } // ExecuteMsg is used to call another defined contract on this chain.