Skip to content

Commit

Permalink
chore: missing upgrade msgs assertions (#5515)
Browse files Browse the repository at this point in the history
Co-authored-by: Charly <charly@interchain.io>
  • Loading branch information
crodriguezvega and charleenfei authored Jan 8, 2024
1 parent f560430 commit 339655e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/core/04-channel/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ var (
_ sdk.Msg = (*MsgAcknowledgement)(nil)
_ sdk.Msg = (*MsgTimeout)(nil)
_ sdk.Msg = (*MsgTimeoutOnClose)(nil)
_ sdk.Msg = (*MsgChannelUpgradeInit)(nil)
_ sdk.Msg = (*MsgChannelUpgradeTry)(nil)
_ sdk.Msg = (*MsgChannelUpgradeAck)(nil)
_ sdk.Msg = (*MsgChannelUpgradeConfirm)(nil)
_ sdk.Msg = (*MsgChannelUpgradeTimeout)(nil)
_ sdk.Msg = (*MsgChannelUpgradeCancel)(nil)
Expand Down

0 comments on commit 339655e

Please sign in to comment.