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 c89a3da commit 2dc7477Copy full SHA for 2dc7477
core/vm/jump_table.go
@@ -122,7 +122,7 @@ func newLondonInstructionSet() JumpTable {
122
// constantinople, istanbul, petersburg and berlin instructions.
123
func newBerlinInstructionSet() JumpTable {
124
instructionSet := newIstanbulInstructionSet()
125
- 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
126
return validate(instructionSet)
127
}
128
0 commit comments