Skip to content

Commit

Permalink
fix: lh vc flag logic (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Mar 5, 2024
1 parent 836eda4 commit bc5e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator_client/lighthouse.star
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bc5e725

Please sign in to comment.