Overhaul wallet rpc/drone command-line arguments

This commit is contained in:
Michael Vines
2019-01-16 20:43:00 -08:00
parent 00c4c30d72
commit a84b6bc7e4
10 changed files with 220 additions and 126 deletions

View File

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