Merge pull request #1200 from topos-protocol/fix_empty_txn_list

Update ranges in empty_txn_list
This commit is contained in:
Robin Salen 2023-08-25 10:24:16 -07:00 committed by GitHub
commit a0b2b48992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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