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 b73843d commit bdfbede
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 @@ -32,7 +32,7 @@ pub enum ProverError {
#[error("the proof could not be constructed: {0}")]
Generic(&'static str),

#[error("the provided (witness) constraints was not satisfied: {0}")]
#[error("the provided constraint was not satisfied: {0}")]
ConstraintNotSatisfied(String),

#[error("the provided (witness) constraint has degree {0} > allowed {1}; expr: {2}")]
Expand Down

0 comments on commit bdfbede

Please sign in to comment.