diff --git a/core/vm/jump_table_export.go b/core/vm/jump_table_export.go index 5f4a71a6e..78b30c577 100644 --- a/core/vm/jump_table_export.go +++ b/core/vm/jump_table_export.go @@ -49,7 +49,6 @@ func LookupInstructionSet(rules params.Rules) (JumpTable, error) { // Begin plugeth injection case rules.IsEIP160: // End plugeth injection - case rules.IsEIP158: return newSpuriousDragonInstructionSet(), nil case rules.IsEIP150: return newTangerineWhistleInstructionSet(), nil