Unverified Commit 62cedb3a authored by Chris Ziogas's avatar Chris Ziogas Committed by GitHub

core/vm/runtime: remove duplicated line (#21956)


This line is duplicated, though it doesn't cause any issues. 
parent d7a64dc0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment