Skip to content

Commit

Permalink
Update o1vm/src/pickles/prover.rs
Browse files Browse the repository at this point in the history
Co-authored-by: marcbeunardeau88 <[email protected]>
  • Loading branch information
dannywillems and marcbeunardeau88 authored Oct 4, 2024
1 parent bdfbede commit 3e694db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o1vm/src/pickles/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub enum ProverError {
#[error("the provided constraint was not satisfied: {0}")]
ConstraintNotSatisfied(String),

#[error("the provided (witness) constraint has degree {0} > allowed {1}; expr: {2}")]
#[error("the provided constraint has degree {0} > allowed {1}; expr: {2}")]
ConstraintDegreeTooHigh(u64, u64, String),
}

Expand Down

0 comments on commit 3e694db

Please sign in to comment.