Skip to content

Commit

Permalink
Update types/msg.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Otter <chris@confio.gmbh>
  • Loading branch information
jawoznia and chipshort authored Jan 23, 2025
1 parent 800c506 commit 55a4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55a4044

Please sign in to comment.