Revert "temp fix"

This reverts commit e903e4eb3c.
This commit is contained in:
weiihann 2025-12-29 18:36:53 +08:00
parent e903e4eb3c
commit 8ee9eba81f

View file

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