From f50ed35c6dd57037a92aa97f1c17916f4fab0b9a Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 14 Sep 2020 12:25:00 -0600 Subject: [PATCH] net.sh: $extraPrimordialStakes is never empty --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index ff649fa93..1009b0ffb 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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