Rename client-demo to bench-tps catchup

This commit is contained in:
Michael Vines
2018-07-21 15:40:42 -07:00
committed by Grimes
parent 69688a18c7
commit 3ffdca193d
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ if [[ $NET_URL = testnet.solana.com ]]; then
echo "TODO: Remove this block when a release > 0.7.0 is deployed"
else
if [[ -n "$USE_SNAP" ]]; then
# TODO: Merge client.sh functionality into solana-client-demo proper and
# TODO: Merge client.sh functionality into solana-bench-tps proper and
# remove this USE_SNAP case
cmd=$solana_bench_tps
else