leader-address=>leader-ip

This commit is contained in:
Rob Walker
2018-08-31 11:40:05 -07:00
parent a4e7b6e90c
commit d1f1cbe88f
2 changed files with 6 additions and 6 deletions

View File

@ -336,7 +336,7 @@ fullnode_start() {
default-metrics-rate=$SOLANA_DEFAULT_METRICS_RATE \
metrics-config=$SOLANA_METRICS_CONFIG \
setup-args=$SOLANA_SETUP_ARGS \
leader-address=$publicIp:8001 \
leader-ip=$publicIp \
"
if [[ $class = leader ]]; then
nodeConfig="mode=leader+drone $commonNodeConfig"