mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-08 04:43:31 +00:00
7e57fee355
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).