Skip to content

Commit b06e8c4

Browse files
authored
core/vm: fix sstore gas comment type (#24583)
1 parent 0fffd3a commit b06e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/operations_acl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ var (
214214
// see gasSStoreEIP2200(...) in core/vm/gas_table.go for more info about how EIP 2200 is specified
215215
gasSStoreEIP2929 = makeGasSStoreFunc(params.SstoreClearsScheduleRefundEIP2200)
216216

217-
// gasSStoreEIP2539 implements gas cost for SSTORE according to EPI-2539
217+
// gasSStoreEIP2539 implements gas cost for SSTORE according to EIP-2539
218218
// Replace `SSTORE_CLEARS_SCHEDULE` with `SSTORE_RESET_GAS + ACCESS_LIST_STORAGE_KEY_COST` (4,800)
219219
gasSStoreEIP3529 = makeGasSStoreFunc(params.SstoreClearsScheduleRefundEIP3529)
220220
)

0 commit comments

Comments
 (0)