Skip to content

Commit 12293a9

Browse files
committed
Add missing ?
1 parent 021bdea commit 12293a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/plonky2/circuits/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ impl OperationTarget {
177177
{
178178
pw.set_target_arr(&self.args[i], &arg.to_fields(params))?;
179179
}
180-
pw.set_target_arr(&self.aux, &op.aux().to_fields(params));
180+
pw.set_target_arr(&self.aux, &op.aux().to_fields(params))?;
181181
Ok(())
182182
}
183183

0 commit comments

Comments
 (0)