• Felix Lange's avatar
    trie: remove Key in MissingNodeError · a31d268b
    Felix Lange authored
    The key was constructed from nibbles, which isn't possible for all
    nodes. Remove the only use of Key in LightTrie by always retrying with
    the original key that was looked up.
    a31d268b
trie.go 3.41 KB