Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Oct 9, 2024
1 parent 6be7239 commit f7fe5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/zkevm/circuit/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn calculate_row_usage_of_witness_block(

// Check whether we need to "estimate" poseidon sub circuit row usage
if witness_block.mpt_updates.smt_traces.is_empty() {
bail!("ligth mode no longer supported");
bail!("light mode no longer supported");
}

let first_block_num = witness_block.first_block_number();
Expand Down

0 comments on commit f7fe5c6

Please sign in to comment.