Skip to content

Commit 2dc7477

Browse files
authored
core/vm: fix misleading comment (ethereum#28860)
fix misleading comment
1 parent c89a3da commit 2dc7477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/jump_table.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func newLondonInstructionSet() JumpTable {
122122
// constantinople, istanbul, petersburg and berlin instructions.
123123
func newBerlinInstructionSet() JumpTable {
124124
instructionSet := newIstanbulInstructionSet()
125-
enable2929(&instructionSet) // Access lists for trie accesses https://eips.ethereum.org/EIPS/eip-2929
125+
enable2929(&instructionSet) // Gas cost increases for state access opcodes https://eips.ethereum.org/EIPS/eip-2929
126126
return validate(instructionSet)
127127
}
128128

0 commit comments

Comments
 (0)