Merge PR #1228: Update to Tendermint develop

This commit is contained in:
Dev Ojha
2018-06-13 06:42:52 +02:00
committed by Christopher Goes
parent 5bf58ee444
commit 1c8dbd1087
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func UnsafeResetAllCmd(ctx *Context) *cobra.Command {
Short: "Reset blockchain database, priv_validator.json file, and the logger",
RunE: func(cmd *cobra.Command, args []string) error {
cfg := ctx.Config
tcmd.ResetAll(cfg.DBDir(), cfg.PrivValidatorFile(), ctx.Logger)
tcmd.ResetAll(cfg.DBDir(), cfg.P2P.AddrBookFile(), cfg.PrivValidatorFile(), ctx.Logger)
return nil
},
}