mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
parent
f3e346c471
commit
f87caf0b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue