forked from cerc-io/plugeth
cmd/geth: delete state db on upgradedb command
This commit is contained in:
parent
ad99089567
commit
28ba374f27
@ -574,6 +574,7 @@ func upgradeDb(ctx *cli.Context) {
|
||||
ethereum.ExtraDb().Close()
|
||||
|
||||
os.RemoveAll(filepath.Join(ctx.GlobalString(utils.DataDirFlag.Name), "blockchain"))
|
||||
os.RemoveAll(filepath.Join(ctx.GlobalString(utils.DataDirFlag.Name), "state"))
|
||||
|
||||
ethereum, err = eth.New(cfg)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user