From d5377e3b8a14ab50d01348898c6d4de3862b17f9 Mon Sep 17 00:00:00 2001 From: Dusan Nosovic Date: Wed, 13 Mar 2024 14:01:27 +0100 Subject: [PATCH] state test fix --- tests/state_test_util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/state_test_util.go b/tests/state_test_util.go index 69d79273db..88fad90f35 100644 --- a/tests/state_test_util.go +++ b/tests/state_test_util.go @@ -346,6 +346,7 @@ func (t *stTransaction) At(i indexes, baseFee *big.Int) (*types.Transaction, err types.NewDynamicFeeTx( types.WithGasFeeCap(t.MaxFeePerGas), types.WithGasTipCap(t.MaxPriorityFeePerGas), + types.WithAccessList(accessList), types.WithFrom(t.From), types.WithTo(t.To), types.WithNonce(t.Nonce),