adds missing return
This commit is contained in:
parent
6c19e9f294
commit
89e71c5d18
@ -535,6 +535,7 @@ impl<'a, E: Engine> BatchedAccumulator<'a, E> {
|
|||||||
(tau_powers_g2_0, tau_powers_g2_1),
|
(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");
|
error!("Invalid ratio power_pairs(&after.tau_powers_g1), (tau_powers_g2_0, tau_powers_g2_1) in TauG1 contribution intersection");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user