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 <[email protected]>
  • Loading branch information
jawoznia and chipshort authored Jan 23, 2025
1 parent 55a4044 commit d1ee032
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 @@ -361,7 +361,7 @@ type EurekaMsg struct {
// Sends an IBC packet with given payloads over the existing channel.
type EurekaSendPacketMsg struct {
ChannelID string `json:"channel_id"`
Data []EurekaPayload `json:"data"`
Payloads []EurekaPayload `json:"payloads"`
Timeout uint64 `json:"timeout,string,omitempty"`
}

Expand Down

0 comments on commit d1ee032

Please sign in to comment.