mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
chore(trie): remove todo comment (#12875)
This commit is contained in:
@@ -173,7 +173,6 @@ impl RevealedSparseTrie {
|
||||
|
||||
/// Reveal the trie node only if it was not known already.
|
||||
pub fn reveal_node(&mut self, path: Nibbles, node: TrieNode) -> SparseTrieResult<()> {
|
||||
// TODO: revise all inserts to not overwrite existing entries
|
||||
match node {
|
||||
TrieNode::EmptyRoot => {
|
||||
debug_assert!(path.is_empty());
|
||||
|
||||
Reference in New Issue
Block a user