good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Sheldon's avatar
    ca228569
    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
    History
    light: odrTrie tryUpdate should use update (#18107)
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.