Skip to content

Commit 62cedb3

Browse files
authored
core/vm/runtime: remove duplicated line (#21956)
This line is duplicated, though it doesn't cause any issues.
1 parent d7a64dc commit 62cedb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/vm/runtime/runtime.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ func Execute(code, input []byte, cfg *Config) ([]byte, *state.StateDB, error) {
118118
cfg.State.AddAddressToAccessList(address)
119119
for _, addr := range vmenv.ActivePrecompiles() {
120120
cfg.State.AddAddressToAccessList(addr)
121-
cfg.State.AddAddressToAccessList(addr)
122121
}
123122
}
124123
cfg.State.CreateAccount(address)

0 commit comments

Comments
 (0)