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
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -z "$maybeWarpSlot" ]]; then
|
if [[ -z "$maybeWarpSlot" && -n "$maybeWaitForSupermajority" ]]; then
|
||||||
maybeWarpSlot="--warp-slot $maybeWaitForSupermajority"
|
maybeWarpSlot="--warp-slot $maybeWaitForSupermajority"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue