mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-09 12:49:03 +00:00
core/vm/runtime: remove duplicated line (#21956)
This line is duplicated, though it doesn't cause any issues.
This commit is contained in:
parent
d7a64dc02b
commit
62cedb3aab
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ func Execute(code, input []byte, cfg *Config) ([]byte, *state.StateDB, error) {
|
|||
cfg.State.AddAddressToAccessList(address)
|
||||
for _, addr := range vmenv.ActivePrecompiles() {
|
||||
cfg.State.AddAddressToAccessList(addr)
|
||||
cfg.State.AddAddressToAccessList(addr)
|
||||
}
|
||||
}
|
||||
cfg.State.CreateAccount(address)
|
||||
|
|
|
|||
Loading…
Reference in a new issue