• 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
trie.go 5.98 KB