mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
params/forks: add alt fork names
This commit is contained in:
parent
b47e4d5b38
commit
57a6c0be24
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ const (
|
||||||
FrontierThawing
|
FrontierThawing
|
||||||
Homestead
|
Homestead
|
||||||
DAO
|
DAO
|
||||||
TangerineWhistle
|
TangerineWhistle // a.k.a. the EIP150 fork
|
||||||
SpuriousDragon
|
SpuriousDragon // a.k.a. the EIP155 fork
|
||||||
Byzantium
|
Byzantium
|
||||||
Constantinople
|
Constantinople
|
||||||
Petersburg
|
Petersburg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue