diff --git a/relayer/codecs/ethermint/codec.go b/relayer/codecs/ethermint/codec.go index 8fbc388f8..cd6b39022 100644 --- a/relayer/codecs/ethermint/codec.go +++ b/relayer/codecs/ethermint/codec.go @@ -16,7 +16,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) { registry.RegisterImplementations((*cryptotypes.PrivKey)(nil), &PrivKey{}) registry.RegisterImplementations( - (*authtypes.AccountI)(nil), + (*sdk.AccountI)(nil), ðerminttypes.EthAccount{}, ) registry.RegisterImplementations(