Skip to content

Commit

Permalink
normalize row usage: 1M means 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Aug 17, 2023
1 parent 9a2e1c4 commit ffaf6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prover/src/zkevm/capacity_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use super::circuit::{
block_traces_to_witness_block_with_updated_state, calculate_row_usage_of_witness_block,
fill_zktrie_state_from_proofs,
};
use crate::config::INNER_DEGREE;
use itertools::Itertools;
use mpt_zktrie::state::ZktrieState;
use serde_derive::{Deserialize, Serialize};
Expand Down

0 comments on commit ffaf6be

Please sign in to comment.