Skip to content

Commit

Permalink
Update tx_circuit.rs MAX_AGG_SNARKS
Browse files Browse the repository at this point in the history
  • Loading branch information
dongliangCai authored Jun 18, 2024
1 parent 00cd3e0 commit 781a94a
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 781a94a

Please sign in to comment.