Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 7, 2024
1 parent 8d990ba commit fc81b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package example

import (
"cosmossdk.io/core/registry"
"cosmossdk.io/core/transaction"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
)

// RegisterInterfaces registers the interfaces types with the interface registry.
func RegisterInterfaces(registry registry.InterfaceRegistrar) {
registry.RegisterImplementations((*sdk.Msg)(nil),
registry.RegisterImplementations((*transaction.Msg)(nil),
&MsgUpdateParams{},
&MsgIncrementCounter{},
)
Expand Down

0 comments on commit fc81b5b

Please sign in to comment.