Gossip entrypoint is now option of spy not solana-gossip (#7006)

This commit is contained in:
Dan Albert 2019-11-17 11:36:24 -05:00 committed by GitHub
parent 086e5da8d0
commit 6e04a646ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
nodeArg="num-nodes-exactly"
fi
$solana_gossip --entrypoint "$sanityTargetIp:8001" \
spy --$nodeArg "$numSanityNodes" --timeout 60 \
$solana_gossip spy --entrypoint "$sanityTargetIp:8001" \
--$nodeArg "$numSanityNodes" --timeout 60 \
)
echo "--- $sanityTargetIp: RPC API: getTransactionCount"