diff --git a/mpt_trie/src/partial_trie.rs b/mpt_trie/src/partial_trie.rs index 9ae08b27e..e8f1ebea7 100644 --- a/mpt_trie/src/partial_trie.rs +++ b/mpt_trie/src/partial_trie.rs @@ -215,8 +215,6 @@ impl PartialTrie for StandardTrie { Self(n) } - // TODO(Robin): Do we ever want to use `StandardTrie` within the other crates? - // In which case we may want to include the strategy as part of the struct. fn new_with_strategy(n: Node, _strategy: OnOrphanedHashNode) -> Self { Self(n) }