From 9aa6aaa1dfd18128a50d3356757cd7d5d1e0dabd Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Mon, 1 Sep 2025 11:20:52 +0800 Subject: [PATCH] core/rawdb: remove typo --- core/rawdb/database.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/rawdb/database.go b/core/rawdb/database.go index 5a6a8a3773..626d390c0d 100644 --- a/core/rawdb/database.go +++ b/core/rawdb/database.go @@ -568,7 +568,6 @@ func InspectDatabase(db ethdb.Database, keyPrefix, keyStart []byte) error { eg, ctx = errgroup.WithContext(context.Background()) workers = runtime.NumCPU() ) - ctx.Done() eg.SetLimit(workers) // Progress reporter