Skip to content

Commit f87caf0

Browse files
authored
eth/tracers: fix benchmarks ethereum#23806 (#1262)
1 parent f3e346c commit f87caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/tracers/tracers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func BenchmarkTransactionTrace(b *testing.B) {
307307
Time: new(big.Int).SetUint64(uint64(5)),
308308
Difficulty: big.NewInt(0xffffffff),
309309
GasLimit: gas,
310-
// BaseFee: big.NewInt(8),
310+
BaseFee: big.NewInt(8),
311311
}
312312
alloc := types.GenesisAlloc{}
313313
// The code pushes 'deadbeef' into memory, then the other params, and calls CREATE2, then returns

0 commit comments

Comments
 (0)