Skip to content

Commit

Permalink
Remove unused CommitmentError variants
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 20, 2024
1 parent 7cebcf7 commit 3d31fd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ibc-core/ics23-commitment/types/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ pub enum CommitmentError {
InvalidRange { min: i32, max: i32 },
/// invalid merkle proof
InvalidMerkleProof,
/// invalid child size `{0}`
InvalidChildSize(i32),
/// invalid hash operation `{0}`
InvalidHashOp(i32),
/// invalid length operation `{0}`
InvalidLengthOp(i32),
/// failed to verify membership
FailedToVerifyMembership,
}
Expand Down

0 comments on commit 3d31fd5

Please sign in to comment.