Commit bc5e725e authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: lh vc flag logic (#506)

parent 836eda4e
......@@ -81,7 +81,7 @@ def get_config(
+ el_client_context.client_name,
]
if not (constants.NETWORK_NAME.verkle in network and electra_fork_epoch == None):
if not (constants.NETWORK_NAME.verkle in network or electra_fork_epoch != None):
cmd.append("--produce-block-v3")
if len(extra_params):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment