Skip to content

Commit 953741d

Browse files
authored
fix: set the correct default vc image (ethereum#544)
1 parent 58c4684 commit 953741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_io/input_parser.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def parse_network_params(input_args):
404404

405405
vc_image = participant["vc_image"]
406406
if vc_image == "":
407-
if cl_image == "":
407+
if cl_image == "" or vc_type != cl_type:
408408
# If the validator client image is also empty, default to the image for the chosen CL client
409409
default_image = DEFAULT_VC_IMAGES.get(vc_type, "")
410410
else:

0 commit comments

Comments
 (0)