Skip to content

Commit 55a4044

Browse files
jawozniachipshort
andauthored
Update types/msg.go
Co-authored-by: Christoph Otter <[email protected]>
1 parent 800c506 commit 55a4044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/msg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ type EurekaMsg struct {
362362
type EurekaSendPacketMsg struct {
363363
ChannelID string `json:"channel_id"`
364364
Data []EurekaPayload `json:"data"`
365-
Timestamp uint64 `json:"timestamp,string,omitempty"`
365+
Timeout uint64 `json:"timeout,string,omitempty"`
366366
}
367367

368368
// ExecuteMsg is used to call another defined contract on this chain.

0 commit comments

Comments
 (0)