Skip to content

Commit 1bf1168

Browse files
authored
core/vm: fix typo in comment (#26838)
fixes eip 220 -> 2200
1 parent b80f05b commit 1bf1168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/gas_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func gasSStore(evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySi
163163
return params.NetSstoreDirtyGas, nil
164164
}
165165

166-
// Here come the EIP220 rules:
166+
// Here come the EIP2200 rules:
167167
//
168168
// (0.) If *gasleft* is less than or equal to 2300, fail the current call.
169169
// (1.) If current value equals new value (this is a no-op), SLOAD_GAS is deducted.

0 commit comments

Comments
 (0)