Update circuit_synthesizer.rs

This commit is contained in:
Weikeng Chen 2021-07-17 01:09:21 -07:00 committed by GitHub
parent 97c5dd12f4
commit 9b5a36c59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ impl<E: PairingEngine> ConstraintSystem<E::Fr> for CircuitSynthesizer<E> {
}
fn is_in_setup_mode(&self) -> bool {
true
false
}
}