Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def parse_network_params(input_args):

vc_image = participant["vc_image"]
if vc_image == "":
if cl_image == "":
if cl_image == "" or vc_type != cl_type:
# If the validator client image is also empty, default to the image for the chosen CL client
default_image = DEFAULT_VC_IMAGES.get(vc_type, "")
else:
Expand Down