Add stop node command to solana-gossip (#3928)

This commit is contained in:
Michael Vines
2019-04-22 14:51:20 -07:00
committed by GitHub
parent 95a16426f3
commit 05bcb7f292
7 changed files with 129 additions and 76 deletions

View File

@ -89,9 +89,8 @@ echo "+++ $entrypointIp: node count ($numNodes expected)"
nodeArg="num-nodes-exactly"
fi
timeout 2m $solana_gossip \
--network "$entrypointIp:8001" \
--$nodeArg "$numNodes" \
timeout 2m $solana_gossip --network "$entrypointIp:8001" \
spy --$nodeArg "$numNodes" \
)
echo "--- RPC API: getTransactionCount"