Show vote account details

This commit is contained in:
Michael Vines 2019-08-01 23:34:25 -07:00
parent b6b9c2cf56
commit 77b196a226
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ $solana_keygen new -o "$stake_keypair_path"
stake_pubkey=$($solana_keygen pubkey "$stake_keypair_path")
set -x
$solana_wallet "${common_args[@]}" \
show-vote-account "$vote_pubkey"
$solana_wallet "${common_args[@]}" \
delegate-stake $maybe_force "$stake_keypair_path" "$vote_pubkey" "$stake_lamports"
$solana_wallet "${common_args[@]}" show-stake-account "$stake_pubkey"