mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +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). |
||
|---|---|---|
| .. | ||
| flock.go | ||
| flock_plan9.go | ||
| flock_solaris.go | ||
| flock_unix.go | ||
| flock_windows.go | ||