• Felix Lange's avatar
    light: fix disableCheckFreq locking (#18515) · 684faced
    Felix Lange authored
    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.
    684faced
Name
Last commit
Last update
..
lightchain.go Loading commit data...
lightchain_test.go Loading commit data...
nodeset.go Loading commit data...
odr.go Loading commit data...
odr_test.go Loading commit data...
odr_util.go Loading commit data...
postprocess.go Loading commit data...
trie.go Loading commit data...
trie_test.go Loading commit data...
txpool.go Loading commit data...
txpool_test.go Loading commit data...