Skip to content

Commit

Permalink
Examples/CentralizedThreshold: Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
rrtoledo committed Feb 10, 2025
1 parent 77da918 commit 35a16b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/centralized_threshold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ impl AlbaThresholdSignature {
"-- Success: Alba proof verification took {:?}µs.",
time_verify_proof.elapsed().as_micros()
);
true
} else {
println!("Error: Alba proof verification failed.");
false
}
true
} else {
println!("Error: Registration is not closed.");
false
Expand Down

0 comments on commit 35a16b5

Please sign in to comment.