mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| lightchain.go | ||
| lightchain_test.go | ||
| nodeset.go | ||
| odr.go | ||
| odr_test.go | ||
| odr_util.go | ||
| postprocess.go | ||
| trie.go | ||
| trie_test.go | ||
| txpool.go | ||
| txpool_test.go | ||