Skip to content

Commit

Permalink
add tendermint command (#193)
Browse files Browse the repository at this point in the history
(cherry picked from commit 360ac73)
  • Loading branch information
czarcas7ic authored and mergify-bot committed Apr 14, 2022
1 parent b375ea0 commit 1a6060f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator type
rootCmd.AddCommand(
startCmd,
tmcmd.ResetAllCmd,
tendermintCmd,
ExportCmd(appExport, defaultNodeHome),
version.NewVersionCommand(),
)
Expand Down

0 comments on commit 1a6060f

Please sign in to comment.