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