Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
can interpret
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Aug 3, 2023
1 parent 3fc1369 commit 1e1be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cl/nimbus/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def get_config(
cmd.append("--subscribe-all-subnets")
else:
for ctx in bootnode_contexts:
cmd.append("--bootstrap-node="=ctx.enr)
cmd.append("--bootstrap-node="+ctx.enr)

if len(extra_params) > 0:
cmd.extend([param for param in extra_params])
Expand Down

0 comments on commit 1e1be36

Please sign in to comment.