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 5be2554 + 7298581 commit fb5af68Copy full SHA for fb5af68
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', 'archive-sync']
+ command += ['-v', 'testnet']
210
211
if validator_mode and validator_mode not in ('Skip', 'Validator wallet'):
212
if validator_mode == 'Nominator pool':
0 commit comments