Skip to content

Commit

Permalink
remove db.Close() (already done by defer)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Mar 5, 2024
1 parent d462079 commit 0f4141d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/XDC/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ func dump(ctx *cli.Context) error {
fmt.Printf("%s\n", state.Dump())
}
}
chainDb.Close()
return nil
}

Expand Down

0 comments on commit 0f4141d

Please sign in to comment.