Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 10, 2023
1 parent 0515de0 commit dd49f98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simapp/simd/cmd/root_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func NewRootCmd() *cobra.Command {
interfaceRegistry codectypes.InterfaceRegistry
appCodec codec.Codec
txConfig client.TxConfig
legacyAmino *codec.LegacyAmino
autoCliOpts autocli.AppOptions
moduleBasicManager module.BasicManager
initClientCtx client.Context
Expand All @@ -54,7 +53,6 @@ func NewRootCmd() *cobra.Command {
&interfaceRegistry,
&appCodec,
&txConfig,
&legacyAmino,
&autoCliOpts,
&moduleBasicManager,
&initClientCtx,
Expand Down

0 comments on commit dd49f98

Please sign in to comment.