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

@ -194,7 +194,7 @@ $solana_wallet --keypair "$fullnode_id_path" address
# - one token to keep the node identity public key valid.
retries=5
while true; do
if $solana_wallet --keypair "$fullnode_id_path" --network "$leader_address" airdrop 3; then
if $solana_wallet --keypair "$fullnode_id_path" --host "${leader_address%:*}" airdrop 3; then
break
fi