Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block committed Jan 16, 2025
1 parent 6c60c3a commit d71ba2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions program-libs/batched-merkle-tree/src/merkle_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,10 @@ impl<'a> BatchedMerkleTreeAccount<'a> {
/// 3.3. If all zkps are inserted, set the state to inserted.
/// 4. Increment next full batch index if inserted.
/// 5. Return the batch append event.
///
/// Note: when proving inclusion by index in
/// value array we need to insert the value into a bloom_filter once it is
/// inserted into the tree. Check this with get_num_inserted_zkps
/// value array we need to insert the value into a bloom_filter once it is
/// inserted into the tree. Check this with get_num_inserted_zkps
#[cfg(not(target_os = "solana"))]
pub fn update_tree_from_output_queue_account(
&mut self,
Expand Down

0 comments on commit d71ba2b

Please sign in to comment.