net.sh: Don't force --warp-slot w/o --wait-for-supermajority
This commit is contained in:
parent
cd684577a6
commit
de3a2eff22
|
@ -251,7 +251,7 @@ EOF
|
|||
shift
|
||||
done
|
||||
|
||||
if [[ -z "$maybeWarpSlot" ]]; then
|
||||
if [[ -z "$maybeWarpSlot" && -n "$maybeWaitForSupermajority" ]]; then
|
||||
maybeWarpSlot="--warp-slot $maybeWaitForSupermajority"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue