mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-06 11:53:23 +00:00
The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb).