net.sh: Don't force --warp-slot w/o --wait-for-supermajority

This commit is contained in:
Trent Nelson 2020-09-09 19:59:56 -06:00 committed by mergify[bot]
parent cd684577a6
commit de3a2eff22
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ EOF
shift shift
done done
if [[ -z "$maybeWarpSlot" ]]; then if [[ -z "$maybeWarpSlot" && -n "$maybeWaitForSupermajority" ]]; then
maybeWarpSlot="--warp-slot $maybeWaitForSupermajority" maybeWarpSlot="--warp-slot $maybeWaitForSupermajority"
fi fi