diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go index e0e86418ad..5624f47ba7 100644 --- a/core/vm/jump_table.go +++ b/core/vm/jump_table.go @@ -83,7 +83,6 @@ func validate(jt JumpTable) JumpTable { func newVerkleInstructionSet() JumpTable { instructionSet := newCancunInstructionSet() - enable6780(&instructionSet) enable4762(&instructionSet) return validate(instructionSet) }