Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
freddi8e committed Sep 2, 2024
1 parent 3d7e9ae commit abf7c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func importPreimages(ctx *cli.Context) error {

func parseDumpConfig(ctx *cli.Context, stack *node.Node) (*state.DumpConfig, ethdb.Database, common.Hash, error) {
db := utils.MakeChainDatabase(ctx, stack, true)
defer db.Close()
// defer db.Close()

var header *types.Header
if ctx.NArg() > 1 {
Expand Down

0 comments on commit abf7c08

Please sign in to comment.