fix typo in EIPs

This commit is contained in:
Wang Gerui 2024-03-05 00:31:14 +08:00 committed by geruiwang
parent 5223454dee
commit 0e36b5be42

View file

@ -29,7 +29,7 @@ import (
// defined jump tables are not polluted.
func EnableEIP(eipNum int, jt *JumpTable) error {
switch eipNum {
case 3898:
case 3198:
enable3198(jt)
case 2200:
enable2200(jt)