core/rawdb: remove typo

This commit is contained in:
Gary Rong 2025-09-01 11:20:52 +08:00
parent 9c92f0ec37
commit 9aa6aaa1df

View file

@ -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