Skip to content

Commit

Permalink
Update tx_circuit.rs MAX_AGG_SNARKS (scroll-tech#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongliangCai authored Jun 23, 2024
1 parent 92fcf47 commit de413e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/tx_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub const HASH_RLC_OFFSET: usize = 20;
// CHUNK_TXBYTES_BLOB_LIMIT =
// (BLOB_WIDTH * N_BYTES_31) - (N_ROWS_NUM_CHUNKS + N_ROWS_CHUNK_SIZES)
// N_ROWS_CHUNK_SIZES = MAX_AGG_SNARKS * 4
const CHUNK_TXBYTES_BLOB_LIMIT: usize = (4096 * 31) - (2 + 15 * 4);
const CHUNK_TXBYTES_BLOB_LIMIT: usize = (4096 * 31) - (2 + 45 * 4);

#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
enum LookupCondition {
Expand Down

0 comments on commit de413e3

Please sign in to comment.