Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Sep 23, 2024
1 parent 6717cfa commit 091e935
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions protocol/x/accountplus/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package types
import (
"github.com/cosmos/cosmos-sdk/codec"
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
"github.com/cosmos/cosmos-sdk/types/tx"
)

// AuthenticatorTxOptions
Expand All @@ -15,13 +13,6 @@ type AuthenticatorTxOptions interface {
func RegisterCodec(cdc *codec.LegacyAmino) {}

func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {
registry.RegisterImplementations((*tx.TxExtensionOptionI)(nil), &TxExtension{})

registry.RegisterImplementations(
(*AuthenticatorTxOptions)(nil),
&TxExtension{},
)
msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
}

var (
Expand Down

0 comments on commit 091e935

Please # to comment.