Skip to content

Commit

Permalink
fix: remove now unnecessary EmptyPrefix error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jul 11, 2024
1 parent bf4b1d7 commit df102af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibc-core/ics02-client/types/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ pub enum ClientError {
FailedTrustThresholdConversion { numerator: u64, denominator: u64 },
/// unknown client state type: `{client_state_type}`
UnknownClientStateType { client_state_type: String },
/// empty prefix
EmptyPrefix,
/// unknown client consensus state type: `{consensus_state_type}`
UnknownConsensusStateType { consensus_state_type: String },
/// unknown header type: `{header_type}`
Expand Down

0 comments on commit df102af

Please sign in to comment.