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 b8ea7ce commit 3832712Copy full SHA for 3832712
scripts/install.py
@@ -206,6 +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']
210
211
if validator_mode and validator_mode not in ('Skip', 'Validator wallet'):
212
if validator_mode == 'Nominator pool':
0 commit comments