mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-31 12:08:37 +00:00
Apply suggestion from @MariusVanDerWijden
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
parent
4eabe32e26
commit
c32feebe50
1 changed files with 0 additions and 3 deletions
|
|
@ -146,9 +146,6 @@ func NewEVM(blockCtx BlockContext, statedb StateDB, chainConfig *params.ChainCon
|
||||||
jumpDests: newMapJumpDests(),
|
jumpDests: newMapJumpDests(),
|
||||||
arena: newArena(),
|
arena: newArena(),
|
||||||
}
|
}
|
||||||
if !evm.chainRules.IsAmsterdam {
|
|
||||||
fmt.Println("DEBUG")
|
|
||||||
}
|
|
||||||
evm.precompiles = activePrecompiledContracts(evm.chainRules)
|
evm.precompiles = activePrecompiledContracts(evm.chainRules)
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue