mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-28 09:17:35 +00:00
fix typo in EIPs
This commit is contained in:
parent
5223454dee
commit
0e36b5be42
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue