Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Aug 16, 2024
1 parent b38d141 commit 7785606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mpt_trie/src/partial_trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self>, _strategy: OnOrphanedHashNode) -> Self {
Self(n)
}
Expand Down

0 comments on commit 7785606

Please sign in to comment.