Skip to content

Commit

Permalink
updated stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 11, 2024
1 parent 94a54a0 commit 73b8ee9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ struct StateDiffHints {
sorted_nullifier_indexes: [u32; MAX_NEW_NULLIFIERS_PER_TX],

// For inserting the new subtrees into their respective trees:
// Note: the insertion leaf index can be derived from the above snapshots' `next_available_leaf_index` values.
// Note: the insertion leaf index can be derived from the snapshots' `next_available_leaf_index` values (tree
// snapshots of the relevant trees are stored in partial state reference).
note_hash_subtree_sibling_path: [Field; NOTE_HASH_SUBTREE_SIBLING_PATH_LENGTH],
nullifier_subtree_sibling_path: [Field; NULLIFIER_SUBTREE_SIBLING_PATH_LENGTH],
contract_subtree_sibling_path: [Field; CONTRACT_SUBTREE_SIBLING_PATH_LENGTH],
public_data_sibling_path: [Field; PUBLIC_DATA_SUBTREE_SIBLING_PATH_LENGTH], // TODO(benesjan): this is not a subtree, no? --> RENAME THE CONSTANT
public_data_sibling_path: [Field; PUBLIC_DATA_SUBTREE_SIBLING_PATH_LENGTH],
}

0 comments on commit 73b8ee9

Please sign in to comment.