mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
core/rawdb: remove typo
This commit is contained in:
parent
9c92f0ec37
commit
9aa6aaa1df
1 changed files with 0 additions and 1 deletions
|
|
@ -568,7 +568,6 @@ func InspectDatabase(db ethdb.Database, keyPrefix, keyStart []byte) error {
|
||||||
eg, ctx = errgroup.WithContext(context.Background())
|
eg, ctx = errgroup.WithContext(context.Background())
|
||||||
workers = runtime.NumCPU()
|
workers = runtime.NumCPU()
|
||||||
)
|
)
|
||||||
ctx.Done()
|
|
||||||
eg.SetLimit(workers)
|
eg.SetLimit(workers)
|
||||||
|
|
||||||
// Progress reporter
|
// Progress reporter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue