We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fffd3a commit b06e8c4Copy full SHA for b06e8c4
core/vm/operations_acl.go
@@ -214,7 +214,7 @@ var (
214
// see gasSStoreEIP2200(...) in core/vm/gas_table.go for more info about how EIP 2200 is specified
215
gasSStoreEIP2929 = makeGasSStoreFunc(params.SstoreClearsScheduleRefundEIP2200)
216
217
- // gasSStoreEIP2539 implements gas cost for SSTORE according to EPI-2539
+ // gasSStoreEIP2539 implements gas cost for SSTORE according to EIP-2539
218
// Replace `SSTORE_CLEARS_SCHEDULE` with `SSTORE_RESET_GAS + ACCESS_LIST_STORAGE_KEY_COST` (4,800)
219
gasSStoreEIP3529 = makeGasSStoreFunc(params.SstoreClearsScheduleRefundEIP3529)
220
)
0 commit comments