Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 24, 2024
1 parent 7e86887 commit cf73024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eip7594/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ fn sanity_check_cells_and_cell_ids(
// Check that each cell has the right amount of bytes
for (i, cell) in cells.iter().enumerate() {
if cell.len() != BYTES_PER_CELL {
// TODO: This check should always be true
return Err(VerifierError::CellDoesNotContainEnoughBytes {
cell_id: cell_ids[i],
num_bytes: cell.len(),
Expand Down

0 comments on commit cf73024

Please sign in to comment.