Skip to content

Commit

Permalink
fix: Added '--enable-private-discovery' to Grandine (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis authored Apr 4, 2024
1 parent d2b9fb8 commit a1ae708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/grandine/grandine_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def get_beacon_config(
"--keystore-password-file=" + validator_secrets_dirpath,
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
"--graffiti=" + full_name,
"--enable-private-discovery",
]

keymanager_api_cmd = []
Expand Down

0 comments on commit a1ae708

Please sign in to comment.