mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +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(),
|
||||
arena: newArena(),
|
||||
}
|
||||
if !evm.chainRules.IsAmsterdam {
|
||||
fmt.Println("DEBUG")
|
||||
}
|
||||
evm.precompiles = activePrecompiledContracts(evm.chainRules)
|
||||
|
||||
switch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue