Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-steve committed May 15, 2024
1 parent 2500a07 commit 07e3551
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fri/examples/example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ fn main() {
println!("Verify....");
let result = verify(proof);

if result.is_ok() {
println!("Accepted!");
}
assert!(result.is_ok());
println!("Accepted!");
}

0 comments on commit 07e3551

Please sign in to comment.