Skip to content

Commit

Permalink
chore: lint tests (cosmos#14268)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Dec 18, 2022
1 parent 09aa41b commit 4c14cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
NewTestnetCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
config.Cmd(),
pruning.PruningCmd(newApp),
pruning.Cmd(newApp),
)

server.AddCommands(rootCmd, simapp.DefaultNodeHome, newApp, appExport, addModuleInitFlags)
Expand Down

0 comments on commit 4c14cae

Please sign in to comment.