Update empty_txn_list

This commit is contained in:
4l0n50 2024-01-11 13:44:20 +01:00
parent fdedf3e342
commit f9c3ad6646

View File

@ -77,7 +77,7 @@ fn test_empty_txn_list() -> anyhow::Result<()> {
// Initialize the preprocessed circuits for the zkEVM.
let all_circuits = AllRecursiveCircuits::<F, C, D>::new(
&all_stark,
&[16..17, 10..11, 12..13, 14..15, 9..11, 12..13, 17..18], // Minimal ranges to prove an empty list
&[16..17, 9..11, 12..13, 14..15, 9..11, 12..13, 17..18], // Minimal ranges to prove an empty list
&config,
);