Skip to content

Commit

Permalink
chore: Remove old FIXME
Browse files Browse the repository at this point in the history
From ininitial implementation of verifier that did not handle RAP phases
  • Loading branch information
zlangley committed Jan 11, 2025
1 parent 3b72c79 commit bc65cd8
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 bc65cd8

Please sign in to comment.