fix cli tests

This commit is contained in:
rigelrozanski
2018-04-26 14:26:39 -04:00
parent 55c1e1dcfc
commit d4c2d6fd4c
4 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func main() {
PersistentPreRunE: server.PersistentPreRunEFn(ctx),
}
server.AddCommands(ctx, cdc, rootCmd, server.SimpleGenAppState, generateApp)
server.AddCommands(ctx, cdc, rootCmd, server.SimpleGenAppParams, generateApp)
// prepare and add flags
rootDir := os.ExpandEnv("$HOME/.basecoind")