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.
1 parent 5be2554 commit 7298581Copy full SHA for 7298581
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