Skip to content

Commit

Permalink
Remove unnecessary PacketError variant
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 22, 2024
1 parent 4776d70 commit 123710e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibc-core/ics04-channel/types/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ pub enum PacketError {
InvalidTimeoutTimestamp(TimestampError),
/// invalid identifier: `{0}`
InvalidIdentifier(IdentifierError),
/// invalid path prefix: `{0}`
InvalidPathPrefix(String),
/// empty acknowledgment not allowed
EmptyAcknowledgment,
/// empty acknowledgment status not allowed
Expand Down

0 comments on commit 123710e

Please sign in to comment.