mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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