From 930cca939fb35cd2b979832e2fab9207356eb95a Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Wed, 21 Dec 2022 14:56:05 +0530 Subject: [PATCH] gofmpt --- x/registry/types/codec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/registry/types/codec.go b/x/registry/types/codec.go index 3c0b1923..1a9dd50e 100644 --- a/x/registry/types/codec.go +++ b/x/registry/types/codec.go @@ -11,7 +11,6 @@ import ( // RegisterLegacyAminoCodec registers the necessary x/bond interfaces and concrete types // on the provided LegacyAmino codec. These types are used for Amino JSON serialization. func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { - cdc.RegisterConcrete(&MsgSetName{}, "registry/SetName", nil) cdc.RegisterConcrete(&MsgReserveAuthority{}, "registry/ReserveAuthority", nil) cdc.RegisterConcrete(&MsgDeleteNameAuthority{}, "registry/DeleteAuthority", nil)