Skip to content

Commit

Permalink
fix(linea): unused error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed May 13, 2024
1 parent c17b590 commit 33329b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/linea-verifier/src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ pub enum Error {
InvalidL2StateRootProof(ethereum_verifier::Error),
#[error("invalid l2 ibc contract proof {0}")]
InvalidL2IbcContractProof(linea_zktrie::verify::Error),
#[error("the l2 ibc contract proof must be an inclusion proof, verify the address?")]
L2IbcContractProofIsNotInclusion,
}

/*
Expand Down

0 comments on commit 33329b0

Please sign in to comment.