Skip to content

Commit

Permalink
root cmds update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukumavat committed Feb 23, 2023
1 parent 340ef0e commit 2106afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/comdex/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func initRootCmd(rootCmd *cobra.Command, encoding comdex.EncodingConfig) {
tmcli.NewCompletionCmd(rootCmd, true),
testnetCmd(comdex.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
config.Cmd(),
)

server.AddCommands(rootCmd, comdex.DefaultNodeHome, appCreatorFunc, appExportFunc, addModuleInitFlags)
Expand Down

0 comments on commit 2106afb

Please sign in to comment.