Skip to content

Commit

Permalink
fix(msg): register proto interface (#4944)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9466ced)
  • Loading branch information
emidev98 authored and mergify[bot] committed Oct 26, 2023
1 parent d73c6d0 commit a431e5b
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 @@ -12,4 +13,5 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
&MsgRegisterInterchainAccount{},
&MsgSendTx{},
)
msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
}

0 comments on commit a431e5b

Please sign in to comment.