Skip to content

Commit

Permalink
state test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Mar 13, 2024
1 parent 4dec387 commit d5377e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/state_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit d5377e3

Please sign in to comment.