Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Nov 19, 2024
1 parent b87bbde commit 9b09e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/trie/sparse/src/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ impl RevealedSparseTrie {
.resize(buffers.branch_child_buf.len(), Default::default());
let mut added_children = false;

// TODO(alexey): set the `TrieMask` bits directly
let mut tree_mask_values = Vec::new();
let mut hash_mask_values = Vec::new();
let mut hashes = Vec::new();
Expand Down

0 comments on commit 9b09e0d

Please sign in to comment.