net.sh: $extraPrimordialStakes is never empty

This commit is contained in:
Trent Nelson 2020-09-14 12:25:00 -06:00 committed by mergify[bot]
parent a433f3347f
commit f50ed35c6d
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ if [[ -n "$maybeWaitForSupermajority" && -n "$maybeWarpSlot" ]]; then
fi
fi
if [[ -n "$extraPrimordialStakes" ]]; then
if [[ $extraPrimordialStakes -gt 0 ]]; then
# Extra primoridial stakes require that all of the validators start at
# the same time. Force async init and wait for supermajority here.
waitForNodeInit=false