Merge PR #1248: Sync to tendermint develop's latest revision

This commit is contained in:
Dev Ojha
2018-06-13 23:44:41 +02:00
committed by Christopher Goes
parent ec2fedd36c
commit 0fa28cac3b
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
},
}