Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def run_install(answers: dict):
os.environ['ADD_SHARD'] = add_shard
if archive_blocks:
os.environ['ARCHIVE_BLOCKS'] = archive_blocks
command += ['-v', 'archive-sync']
command += ['-v', 'testnet']

if validator_mode and validator_mode not in ('Skip', 'Validator wallet'):
if validator_mode == 'Nominator pool':
Expand Down