Skip to content

Commit d1ee032

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

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
@@ -361,7 +361,7 @@ type EurekaMsg struct {
361361
// Sends an IBC packet with given payloads over the existing channel.
362362
type EurekaSendPacketMsg struct {
363363
ChannelID string `json:"channel_id"`
364-
Data []EurekaPayload `json:"data"`
364+
Payloads []EurekaPayload `json:"payloads"`
365365
Timeout uint64 `json:"timeout,string,omitempty"`
366366
}
367367

0 commit comments

Comments
 (0)