mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +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
|
||||
Homestead
|
||||
DAO
|
||||
TangerineWhistle
|
||||
SpuriousDragon
|
||||
TangerineWhistle // a.k.a. the EIP150 fork
|
||||
SpuriousDragon // a.k.a. the EIP155 fork
|
||||
Byzantium
|
||||
Constantinople
|
||||
Petersburg
|
||||
|
|
|
|||
Loading…
Reference in a new issue