diff --git a/examples/centralized_threshold.rs b/examples/centralized_threshold.rs index a1ab832b..9505ad18 100644 --- a/examples/centralized_threshold.rs +++ b/examples/centralized_threshold.rs @@ -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