This commit is contained in:
weiihann 2025-12-29 18:34:03 +08:00
parent abbe71bb6c
commit e903e4eb3c

View file

@ -433,7 +433,7 @@ func exportChain(ctx *cli.Context) error {
stack, _ := makeConfigNode(ctx)
defer stack.Close()
chain, db := utils.MakeChain(ctx, stack, true)
chain, db := utils.MakeChain(ctx, stack, false)
defer db.Close()
start := time.Now()