Skip to content

Commit

Permalink
add MsgPruneAcknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Dec 21, 2023
1 parent 172e177 commit b75e3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/04-channel/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
&MsgChannelUpgradeTimeout{},
&MsgChannelUpgradeCancel{},
&MsgUpdateParams{},
&MsgPruneAcknowledgements{},
)

msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
Expand Down

0 comments on commit b75e3bf

Please sign in to comment.