Remove stake from ./net sanity ephemeral validator (#3797)

This commit is contained in:
Michael Vines
2019-04-15 21:42:25 -07:00
committed by GitHub
parent d77359914f
commit c67cc694ae
6 changed files with 10 additions and 15 deletions

View File

@ -133,7 +133,7 @@ echo "--- $entrypointIp: validator sanity"
if $validatorSanity; then
(
set -x -o pipefail
timeout 10s ./multinode-demo/fullnode-x.sh \
timeout 10s ./multinode-demo/fullnode-x.sh --no-stake \
"$entrypointRsyncUrl" \
"$entrypointIp:8001" 2>&1 | tee validator-sanity.log
) || {