Use EIP160 case instead of EIP158

This commit is contained in:
Austin Roberts 2023-10-24 09:29:09 -05:00
parent 0bb80e6be1
commit e42a4cb944

View File

@ -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