Skip to content

Commit

Permalink
Update executor/src/witgen/jit/witgen_inference.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <[email protected]>
  • Loading branch information
chriseth and leonardoalt authored Feb 5, 2025
1 parent d758f17 commit 82d0455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/src/witgen/jit/witgen_inference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl<'a, T: FieldElement, FixedEval: FixedEvaluator<T>> WitgenInference<'a, T, F
}

// If there is a condition, only continue if the constraint
// is known to be hold.
// is known to hold.
if let Some(condition) = prover_function.condition.as_ref() {
if self
.evaluate(condition, row_offset)
Expand Down

0 comments on commit 82d0455

Please sign in to comment.