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