Skip to content

Commit 3832712

Browse files
committed
use archive-sync node branch for downloading archive blocks
1 parent b8ea7ce commit 3832712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def run_install(answers: dict):
206206
os.environ['ADD_SHARD'] = add_shard
207207
if archive_blocks:
208208
os.environ['ARCHIVE_BLOCKS'] = archive_blocks
209+
command += ['-v', 'archive-sync']
209210

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

0 commit comments

Comments
 (0)