diff --git a/src/circom/builder.rs b/src/circom/builder.rs index 5608210..8acbc2f 100644 --- a/src/circom/builder.rs +++ b/src/circom/builder.rs @@ -58,7 +58,7 @@ impl CircomBuilder { let mut circom = CircomCircuit { r1cs: self.cfg.r1cs.clone(), witness: None, - inputs_already_allocated: false, + public_inputs_indexes: vec![], }; // Disable the wire mapping