From 0fb8ffcf4488fda4c3a345ec0b1fac9ab172199e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 07:58:55 -0400 Subject: [PATCH] fix: add tendermint command (backport #193) #194 (cherry picked from commit 360ac73ab72296136bd16d2e6032559067e1e6f7) Co-authored-by: Adam Tucker --- server/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/util.go b/server/util.go index 5213356e9a9..036d80b0609 100644 --- a/server/util.go +++ b/server/util.go @@ -282,6 +282,7 @@ func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator type rootCmd.AddCommand( startCmd, tmcmd.ResetAllCmd, + tendermintCmd, ExportCmd(appExport, defaultNodeHome), version.NewVersionCommand(), )