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.go
lightchain_test.go
nodeset.go
odr.go
odr_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
odr_util.go les, light, params: update light client CHTs 2018-09-20 14:14:48 +03:00
postprocess.go
trie.go
trie_test.go light: fix duplicated argument in bytes.Equal call 2018-12-10 14:29:34 +03:00
txpool.go
txpool_test.go