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.
2 parents 74e536b + 8ac9d4b commit a467af5Copy full SHA for a467af5
scripts/install.py
@@ -66,7 +66,7 @@ def parse_args(answers: dict):
66
if validator_mode == 'Nominator pool':
67
validator_mode = 'nominator-pool'
68
elif validator_mode == 'Single pool':
69
- validator_mode = 'single-pool'
+ validator_mode = 'single-nominator'
70
elif validator_mode == 'Liquid Staking':
71
validator_mode = 'liquid-staking'
72
res += f' -m {validator_mode}'
0 commit comments