Skip to content

Commit cf73024

Browse files
committed
chore: add TODO
1 parent 7e86887 commit cf73024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eip7594/src/verifier.rs

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ fn sanity_check_cells_and_cell_ids(
327327
// Check that each cell has the right amount of bytes
328328
for (i, cell) in cells.iter().enumerate() {
329329
if cell.len() != BYTES_PER_CELL {
330+
// TODO: This check should always be true
330331
return Err(VerifierError::CellDoesNotContainEnoughBytes {
331332
cell_id: cell_ids[i],
332333
num_bytes: cell.len(),

0 commit comments

Comments
 (0)