Skip to content

Commit

Permalink
Remove unused verification error
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-f committed Jan 23, 2025
1 parent 438c107 commit 936fbf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/prover/src/core/prover/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ pub enum ProvingError {
pub enum VerificationError {
#[error("Proof has invalid structure: {0}.")]
InvalidStructure(String),
#[error("{0} lookup values do not match.")]
InvalidLookup(String),
#[error(transparent)]
Merkle(#[from] MerkleVerificationError),
#[error(
Expand Down

0 comments on commit 936fbf4

Please sign in to comment.