adds missing return

This commit is contained in:
Kobi Gurkan 2020-04-07 21:17:30 +03:00 committed by poma
parent 6c19e9f294
commit 89e71c5d18
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

@ -535,6 +535,7 @@ impl<'a, E: Engine> BatchedAccumulator<'a, E> {
(tau_powers_g2_0, tau_powers_g2_1),
) {
error!("Invalid ratio power_pairs(&after.tau_powers_g1), (tau_powers_g2_0, tau_powers_g2_1) in TauG1 contribution intersection");
return false;
}
true
}