Display wallet address before airdrop to help with debug on airdrop failures

This commit is contained in:
Michael Vines 2018-12-08 16:41:57 -08:00
parent b9743957fa
commit db3cca7fbe
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ $rsync -vPr "$rsync_leader_url"/config/ "$ledger_config_dir"
# - one token to create an instance of the vote_program with
# - one token for the transaction fee
# - one token to keep the node identity public key valid.
$solana_wallet --keypair "$fullnode_id_path" address
$solana_wallet \
--keypair "$fullnode_id_path" \
--network "$leader_address" \