From 71967147346ada0923d19c5efc005af099349a84 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Fri, 25 Aug 2023 09:58:20 -0700 Subject: [PATCH] Update range from ReceiptTrie PR --- evm/tests/empty_txn_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/tests/empty_txn_list.rs b/evm/tests/empty_txn_list.rs index bc8d2bdd..896e5112 100644 --- a/evm/tests/empty_txn_list.rs +++ b/evm/tests/empty_txn_list.rs @@ -62,7 +62,7 @@ fn test_empty_txn_list() -> anyhow::Result<()> { let all_circuits = AllRecursiveCircuits::::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, );