From 091e9352580506427006208c875e4cd9cc8df162 Mon Sep 17 00:00:00 2001 From: Jay Yu <103467857+jayy04@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:16:31 -0400 Subject: [PATCH] fix tests --- protocol/x/accountplus/types/codec.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/protocol/x/accountplus/types/codec.go b/protocol/x/accountplus/types/codec.go index cbaf4e039b..e3e58daf7d 100644 --- a/protocol/x/accountplus/types/codec.go +++ b/protocol/x/accountplus/types/codec.go @@ -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 @@ -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 (