wallet: add --url, remove --host/--rpc-host/--rpc-port/-rpc-tls (#4153)

Also by default the wallet now talks to testnet.solana.com instead of
localhost
This commit is contained in:
Michael Vines
2019-05-06 07:38:26 -07:00
committed by GitHub
parent 71f9b44687
commit 9b50583641
14 changed files with 103 additions and 141 deletions

View File

@@ -117,7 +117,7 @@ echo "--- RPC API: getTransactionCount"
echo "--- $entrypointIp: wallet sanity"
(
set -x
scripts/wallet-sanity.sh --host "$entrypointIp"
scripts/wallet-sanity.sh --url http://"$entrypointIp":8899
)
echo "--- $entrypointIp: verify ledger"