mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +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.
|
// defined jump tables are not polluted.
|
||||||
func EnableEIP(eipNum int, jt *JumpTable) error {
|
func EnableEIP(eipNum int, jt *JumpTable) error {
|
||||||
switch eipNum {
|
switch eipNum {
|
||||||
case 3898:
|
case 3198:
|
||||||
enable3198(jt)
|
enable3198(jt)
|
||||||
case 2200:
|
case 2200:
|
||||||
enable2200(jt)
|
enable2200(jt)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue