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 74e536b commit 8ac9d4bCopy full SHA for 8ac9d4b
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