Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Adjust max_rws param
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed Jun 16, 2023
1 parent aced35d commit e5ed455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bus-mapping/src/circuit_input_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ impl CircuitInputBuilder<DynamicCParams> {
let max_evm_rows = 0;
let max_keccak_rows = 0;
FixedCParams {
// TODO Re-check RW padding warning
max_rws: max_rws + 3,
max_rws: max_rws + 1,
max_txs,
max_calldata,
max_copy_rows,
Expand Down

0 comments on commit e5ed455

Please sign in to comment.