We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c4684 commit 953741dCopy full SHA for 953741d
src/package_io/input_parser.star
@@ -404,7 +404,7 @@ def parse_network_params(input_args):
404
405
vc_image = participant["vc_image"]
406
if vc_image == "":
407
- if cl_image == "":
+ if cl_image == "" or vc_type != cl_type:
408
# If the validator client image is also empty, default to the image for the chosen CL client
409
default_image = DEFAULT_VC_IMAGES.get(vc_type, "")
410
else:
0 commit comments