Syntax fix
This commit is contained in:
parent
e43bc1774d
commit
3184027a2c
@ -13,7 +13,7 @@ func (c *ChainConfig) Is1559(num *big.Int) bool {
|
|||||||
log.Warn("Attempting is1559, but default PluginLoader has not been initialized")
|
log.Warn("Attempting is1559, but default PluginLoader has not been initialized")
|
||||||
return c.IsLondon(num)
|
return c.IsLondon(num)
|
||||||
}
|
}
|
||||||
if active, ok := PluginEIPCheck(plugins.DefaultPluginLoader, "Is1559" num); ok {
|
if active, ok := PluginEIPCheck(plugins.DefaultPluginLoader, "Is1559", num); ok {
|
||||||
return active
|
return active
|
||||||
}
|
}
|
||||||
return c.IsLondon(num)
|
return c.IsLondon(num)
|
||||||
|
Loading…
Reference in New Issue
Block a user