• Sheldon's avatar
    light: odrTrie tryUpdate should use update (#18107) · ca228569
    Sheldon authored
    TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete
    instead. The update operation simply deletes the corresponding entry, though
    it could retrieve later by odr. However, it adds further network overhead.
    ca228569
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...