paritytech / trie

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

Remove unused `hash_count` #209

Closed dimartiro closed 7 months ago

dimartiro commented 8 months ago

I was working with the lib and realized that hash_count property in TrieDBMut struct is not used so I opened this PR to remove it.