Commit a1ae7081 authored by Saulius Grigaitis's avatar Saulius Grigaitis Committed by GitHub

fix: Added '--enable-private-discovery' to Grandine (#541)

parent d2b9fb89
......@@ -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 = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment