go-ethereum/light
Felix Lange 684facedb8
light: fix disableCheckFreq locking (#18515)
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
..
lightchain_test.go
lightchain.go light: fix disableCheckFreq locking (#18515) 2019-01-24 13:40:37 +01:00
nodeset.go
odr_test.go
odr_util.go
odr.go
postprocess.go
trie_test.go
trie.go
txpool_test.go
txpool.go