Remove stray --stake 0

This commit is contained in:
Michael Vines
2019-08-02 15:06:40 -07:00
parent 832dfd4ab0
commit 8d38777c1f
2 changed files with 1 additions and 2 deletions

View File

@ -158,7 +158,7 @@ if $validatorSanity; then
(
set -x -o pipefail
timeout 10s ./multinode-demo/validator-x.sh \
--no-restart --stake 0 --identity "$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log
--no-restart --identity "$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log
) || {
exitcode=$?
[[ $exitcode -eq 124 ]] || exit $exitcode