Skip to content

Commit a720f8c

Browse files
committed
test fix
1 parent 652767f commit a720f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethereum/circuits/lib/src/verifiers/receipt_test.nr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::fixtures::mainnet::{
22
cancun::{
33
access_list::header::receipts_root,
44
small_block::{
5-
header::number as block_number,
5+
header::{number as block_number, receipts_root as small_block_receipt_root},
66
receipt::{encoded_receipt, receipt, tx_type},
77
receipt_proof::proof_input,
88
transaction::tx_idx,
@@ -30,7 +30,7 @@ fn test_verify_receipt_success() {
3030
tx_type,
3131
receipt,
3232
proof_input,
33-
receipts_root,
33+
small_block_receipt_root,
3434
);
3535
}
3636

0 commit comments

Comments
 (0)