mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
chg: make HF consistent
This commit is contained in:
parent
f57c637814
commit
b54c9b93d2
1 changed files with 3 additions and 3 deletions
|
|
@ -912,9 +912,9 @@ func (c *ChainConfig) CheckConfigForkOrder() error {
|
|||
{name: "arrowGlacierBlock", block: c.ArrowGlacierBlock, optional: true},
|
||||
{name: "grayGlacierBlock", block: c.GrayGlacierBlock, optional: true},
|
||||
{name: "mergeNetsplitBlock", block: c.MergeNetsplitBlock, optional: true},
|
||||
{name: "ShanghaiBlock", block: c.ShanghaiBlock},
|
||||
{name: "CancunBlock", block: c.CancunBlock, optional: true},
|
||||
{name: "pragueTime", block: c.PragueBlock, optional: true},
|
||||
{name: "shanghaiBlock", block: c.ShanghaiBlock},
|
||||
{name: "cancunBlock", block: c.CancunBlock, optional: true},
|
||||
{name: "pragueBlock", block: c.PragueBlock, optional: true},
|
||||
} {
|
||||
if lastFork.name != "" {
|
||||
switch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue