2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-18 17:56:27 +00:00
Felix Lange 684facedb8
light: fix disableCheckFreq locking ()
This change unbreaks the build and removes racy access to
disableCheckFreq. Even though the field is set while holding
the lock, it was read outside of the protected section.
2019-01-24 13:40:37 +01:00
..