paritytech / trie

Base-16 Modified Patricia Merkle Tree (aka Trie)
Apache License 2.0
251 stars 67 forks source link

fixing triedbmut lookup, added some testing in test. #198

Closed cheme closed 1 year ago

cheme commented 1 year ago

fixes https://github.com/paritytech/trie/issues/197

fix is rather straight forward. An alternative would be to remove lookup for triedbmut as it is not use by substrate and less tested.