forked from cerc-io/plugeth
Use EIP160 case instead of EIP158
This commit is contained in:
parent
0bb80e6be1
commit
e42a4cb944
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user