Skip to content

Commit 1b88179

Browse files
authored
Merge pull request #467 from yungwine/archive-sync
update node branch for archive sync
2 parents 9de8e61 + b2eb893 commit 1b88179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +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', 'testnet']
209+
command += ['-v', 'master']
210210

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

0 commit comments

Comments
 (0)