Skip to content

Commit 229651c

Browse files
committed
update app.go
1 parent 5d9fb7e commit 229651c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmd/chain-maind/app/app.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig, b
256256
if changeSetCmd != nil {
257257
rootCmd.AddCommand(changeSetCmd)
258258
}
259+
260+
// dump root hash commands
261+
dumpRootCmd := DumpRootCmd()
262+
if dumpRootCmd != nil {
263+
rootCmd.AddCommand(dumpRootCmd)
264+
}
259265
}
260266

261267
// genesisCommand builds genesis-related `simd genesis` command. Users may provide application specific commands as a parameter

0 commit comments

Comments
 (0)