Skip to content

Commit

Permalink
core/vm: fix typo in comment (#26838)
Browse files Browse the repository at this point in the history
fixes eip 220 ->  2200
  • Loading branch information
JBossBC authored Mar 9, 2023
1 parent b80f05b commit 1bf1168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/gas_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func gasSStore(evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySi
return params.NetSstoreDirtyGas, nil
}

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

0 comments on commit 1bf1168

Please sign in to comment.