mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
Update empty_txn_list
This commit is contained in:
parent
fdedf3e342
commit
f9c3ad6646
@ -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,
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user