mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 06:54:26 +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)),
|
Time: new(big.Int).SetUint64(uint64(5)),
|
||||||
Difficulty: big.NewInt(0xffffffff),
|
Difficulty: big.NewInt(0xffffffff),
|
||||||
GasLimit: gas,
|
GasLimit: gas,
|
||||||
// BaseFee: big.NewInt(8),
|
BaseFee: big.NewInt(8),
|
||||||
}
|
}
|
||||||
alloc := types.GenesisAlloc{}
|
alloc := types.GenesisAlloc{}
|
||||||
// The code pushes 'deadbeef' into memory, then the other params, and calls CREATE2, then returns
|
// The code pushes 'deadbeef' into memory, then the other params, and calls CREATE2, then returns
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue