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.