Skip to content

Commit

Permalink
More traces
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta committed May 22, 2024
1 parent e919579 commit dfef6cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rln/src/public.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,11 @@ impl RLN<'_> {

println!("Roots: {:?}", roots);

println!("Proof root: {}", proof_values.root);
for root in &roots {
println!("Root: {}", root);
}

// We validate the root
let roots_verified: bool = if roots.is_empty() {
// If no root is passed in roots_buffer, we skip proof's root check
Expand Down

0 comments on commit dfef6cd

Please sign in to comment.