Skip to content

Commit

Permalink
fix: add tendermint command (backport #193) #194
Browse files Browse the repository at this point in the history
(cherry picked from commit 360ac73)

Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
  • Loading branch information
mergify[bot] and czarcas7ic authored Apr 15, 2022
1 parent b375ea0 commit 0fb8ffc
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 0fb8ffc

Please sign in to comment.