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 793f0f9 commit c125e6eCopy full SHA for c125e6e
core/vm/jump_table.go
@@ -81,7 +81,8 @@ func validate(jt JumpTable) JumpTable {
81
82
func newShanghaiInstructionSet() JumpTable {
83
instructionSet := newMergeInstructionSet()
84
- enable3860(&instructionSet)
+ enable3855(&instructionSet) // PUSH0 instruction
85
+ enable3860(&instructionSet) // Limit and meter initcode
86
return validate(instructionSet)
87
}
88
0 commit comments