Skip to content

Commit

Permalink
remove unused Error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 13, 2024
1 parent e175ccd commit 4b94636
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eip7594/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ pub enum VerifierError {
num_cells_received: usize,
max_cells_needed: usize,
},
CellDoesNotContainEnoughBytes {
cell_index: CellIndex,
num_bytes: usize,
expected_num_bytes: usize,
},
CellIndexOutOfRange {
cell_index: CellIndex,
max_number_of_cells: u64,
Expand Down

0 comments on commit 4b94636

Please sign in to comment.