Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Sep 27, 2024
1 parent cc8dfc5 commit b63aa57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 66 deletions.
55 changes: 0 additions & 55 deletions .github/tests/peerdas-deneb.yaml.norun

This file was deleted.

10 changes: 0 additions & 10 deletions .github/tests/peerdas-devnet-2.yaml.norun

This file was deleted.

2 changes: 1 addition & 1 deletion src/vc/prysm.star
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_config(

if len(participant.vc_extra_params) > 0:
# this is a repeated<proto type>, we convert it into Starlark
cmd.extend([param for param in participant.vc_participant.vc_extra_params])
cmd.extend([param for param in participant.vc_extra_params])

files = {
constants.GENESIS_DATA_MOUNTPOINT_ON_CLIENTS: el_cl_genesis_data.files_artifact_uuid,
Expand Down

0 comments on commit b63aa57

Please sign in to comment.