mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-12 14:56:23 +00:00
This fixes a data race on worker.current by moving the call to StopPrefetcher into the main loop. The commit also contains fixes for two other races in unit tests of unrelated packages.