Skip to content

Commit

Permalink
fix(msg): register proto interface (cosmos#4944)
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Oct 26, 2023
1 parent 6ec7f4c commit 9466ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/apps/27-interchain-accounts/controller/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package types
import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
)

// RegisterInterfaces registers the interchain accounts controller message types using the provided InterfaceRegistry
Expand All @@ -13,4 +14,5 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
&MsgSendTx{},
&MsgUpdateParams{},
)
msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
}

0 comments on commit 9466ced

Please sign in to comment.