add default node home into server helpers (#6962)
This commit is contained in:
@@ -88,7 +88,7 @@ func init() {
|
||||
debug.Cmd(),
|
||||
)
|
||||
|
||||
server.AddCommands(rootCmd, newApp, exportAppStateAndTMValidators)
|
||||
server.AddCommands(rootCmd, simapp.DefaultNodeHome, newApp, exportAppStateAndTMValidators)
|
||||
|
||||
// add keybase, auxiliary RPC, query, and tx child commands
|
||||
rootCmd.AddCommand(
|
||||
|
||||
Reference in New Issue
Block a user