forked from mirror/go-ethereum
light: odrTrie tryUpdate should use update (#18107)
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.release/1.8
parent
f5e6634fd2
commit
ca228569e4
Loading…
Reference in new issue