Эх сурвалжийг харах

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

Trent Nelson 5 жил өмнө
parent
commit
de3a2eff22

+ 1 - 1
net/remote/remote-node.sh

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