mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-07 03:02:20 +00:00
Disable london fork for pulse testnet
This commit is contained in:
parent
3b9a0c035f
commit
4bbb15a946
@ -693,7 +693,7 @@ func (c *ChainConfig) CheckConfigForkOrder() error {
|
||||
{name: "istanbulBlock", block: c.IstanbulBlock},
|
||||
{name: "muirGlacierBlock", block: c.MuirGlacierBlock, optional: true},
|
||||
{name: "berlinBlock", block: c.BerlinBlock},
|
||||
{name: "londonBlock", block: c.LondonBlock},
|
||||
//{name: "londonBlock", block: c.LondonBlock},
|
||||
{name: "primordialPulseBlock", block: c.PrimordialPulseBlock},
|
||||
} {
|
||||
if lastFork.name != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user