mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/vm: word formatting
Co-Authored-By: Péter Szilágyi <peterke@gmail.com>
This commit is contained in:
parent
6d317b13a4
commit
bb39fecbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func NewEVMInterpreter(evm *EVM, cfg Config) *EVMInterpreter {
|
||||||
if err := EnableEIP(eip, &jt); err != nil {
|
if err := EnableEIP(eip, &jt); err != nil {
|
||||||
// Disable it, so caller can check if it's activated or not
|
// Disable it, so caller can check if it's activated or not
|
||||||
cfg.ExtraEips = append(cfg.ExtraEips[:i], cfg.ExtraEips[i+1:]...)
|
cfg.ExtraEips = append(cfg.ExtraEips[:i], cfg.ExtraEips[i+1:]...)
|
||||||
log.Error("eip activation failed", "eip", eip, "error", err)
|
log.Error("EIP activation failed", "eip", eip, "error", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cfg.JumpTable = jt
|
cfg.JumpTable = jt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue