Update range from ReceiptTrie PR

This commit is contained in:
Robin Salen 2023-08-25 09:58:20 -07:00
parent 6e7fcc9e13
commit 7196714734
No known key found for this signature in database
GPG Key ID: CF63FCA518B44159

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,
);