Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Tripathi <[email protected]>
  • Loading branch information
deepanshutr committed Sep 2, 2024
1 parent d22f8d7 commit 4afe294
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions helpers/amino_codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) {
legacyAmino.RegisterInterface((*Mappable)(nil), nil)
legacyAmino.RegisterInterface((*QueryResponse)(nil), nil)
legacyAmino.RegisterInterface((*QueryRequest)(nil), nil)
legacyAmino.RegisterInterface((*CommonTransactionRequest)(nil), nil)
legacyAmino.RegisterInterface((*TransactionRequest)(nil), nil)
legacyAmino.RegisterInterface((*Request)(nil), nil)
legacyAmino.RegisterInterface((*Error)(nil), nil)
legacyAmino.RegisterInterface((*error)(nil), nil)
}
1 change: 0 additions & 1 deletion helpers/base/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (codec codec) Initialize(moduleManager helpers.ModuleManager) helpers.Codec
std.RegisterLegacyAminoCodec(codec.legacyAmino)
std.RegisterInterfaces(codec.interfaceRegistry)
helpers.RegisterLegacyAminoCodec(codec.legacyAmino)
RegisterLegacyAminoCodec(codec.legacyAmino)
schemaCodec.RegisterLegacyAminoCodec(codec.legacyAmino)
docs.RegisterLegacyAminoCodec(codec.legacyAmino)
moduleManager.RegisterLegacyAminoCodec(codec.legacyAmino)
Expand Down

0 comments on commit 4afe294

Please sign in to comment.