Skip to content

Commit

Permalink
chore: Remove old FIXME (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlangley authored Jan 11, 2025
1 parent 3b72c79 commit 37b4f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/native/recursion/src/stark/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ where
alpha,
accumulator: SymbolicExt::ZERO,
public_values,
exposed_values_after_challenge, // FIXME
exposed_values_after_challenge,
_marker: PhantomData,
};
folder.eval_constraints(constraints);
Expand Down

0 comments on commit 37b4f3b

Please sign in to comment.