Skip to content

Commit 64a4fef

Browse files
authored
Merge pull request #456 from yungwine/storage
use archive-sync node branch for downloading archive blocks
2 parents 2272a49 + 3832712 commit 64a4fef

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)