We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de8e61 + b2eb893 commit 1b88179Copy full SHA for 1b88179
scripts/install.py
@@ -206,7 +206,7 @@ def run_install(answers: dict):
206
os.environ['ADD_SHARD'] = add_shard
207
if archive_blocks:
208
os.environ['ARCHIVE_BLOCKS'] = archive_blocks
209
- command += ['-v', 'testnet']
+ command += ['-v', 'master']
210
211
if validator_mode and validator_mode not in ('Skip', 'Validator wallet'):
212
if validator_mode == 'Nominator pool':
0 commit comments