diff --git a/eth/tracers/tracers_test.go b/eth/tracers/tracers_test.go index 8776ae049a..d508757bca 100644 --- a/eth/tracers/tracers_test.go +++ b/eth/tracers/tracers_test.go @@ -307,7 +307,7 @@ func BenchmarkTransactionTrace(b *testing.B) { Time: new(big.Int).SetUint64(uint64(5)), Difficulty: big.NewInt(0xffffffff), GasLimit: gas, - // BaseFee: big.NewInt(8), + BaseFee: big.NewInt(8), } alloc := types.GenesisAlloc{} // The code pushes 'deadbeef' into memory, then the other params, and calls CREATE2, then returns