mirror of
https://github.com/status-im/op-geth.git
synced 2025-03-01 15:00:29 +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).