mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
fixed --internalcl flag for gnosis (#8387)
little thing i forgot to fix up.
This commit is contained in:
parent
12566dda73
commit
0eed8e35dd
@ -1640,7 +1640,7 @@ func SetEthConfig(ctx *cli.Context, nodeConfig *nodecfg.Config, cfg *ethconfig.C
|
||||
cfg.TxPool.OverrideCancunTime = cfg.OverrideCancunTime
|
||||
}
|
||||
|
||||
if ctx.IsSet(InternalConsensusFlag.Name) && clparams.EmbeddedEnabledByDefault(cfg.NetworkID) {
|
||||
if ctx.IsSet(InternalConsensusFlag.Name) && clparams.EmbeddedSupported(cfg.NetworkID) {
|
||||
cfg.InternalCL = ctx.Bool(InternalConsensusFlag.Name)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user