Remove node check from client start-up

If the network loses a validator or two, it's the job of the sanity
check to detect this not the bench clients
This commit is contained in:
Michael Vines
2018-11-06 13:55:01 -08:00
parent 9b43b00d5c
commit 7b58bd621a
2 changed files with 2 additions and 5 deletions

View File

@ -198,7 +198,7 @@ startClient() {
set -x
startCommon "$ipAddress"
ssh "${sshOptions[@]}" -f "$ipAddress" \
"./solana/net/remote/remote-client.sh $deployMethod $entrypointIp $expectedNodeCount \"$RUST_LOG\""
"./solana/net/remote/remote-client.sh $deployMethod $entrypointIp \"$RUST_LOG\""
) >> "$logFile" 2>&1 || {
cat "$logFile"
echo "^^^ +++"