Skip to content

Commit

Permalink
core/vm: fix misleading comment (#28860)
Browse files Browse the repository at this point in the history
fix misleading comment
  • Loading branch information
trocher authored Jan 23, 2024
1 parent c89a3da commit 2dc7477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/jump_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func newLondonInstructionSet() JumpTable {
// constantinople, istanbul, petersburg and berlin instructions.
func newBerlinInstructionSet() JumpTable {
instructionSet := newIstanbulInstructionSet()
enable2929(&instructionSet) // Access lists for trie accesses https://eips.ethereum.org/EIPS/eip-2929
enable2929(&instructionSet) // Gas cost increases for state access opcodes https://eips.ethereum.org/EIPS/eip-2929
return validate(instructionSet)
}

Expand Down

0 comments on commit 2dc7477

Please sign in to comment.