Avoid generating default keypair

This commit is contained in:
Michael Vines 2019-05-12 20:30:52 -07:00
parent 50f79e495e
commit 340d01665c
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -110,10 +110,10 @@ setup_vote_and_stake_accounts() {
touch "$node_keypair_path".configured
fi
$solana_wallet --url "http://$entrypoint_ip:8899" \
$solana_wallet --keypair "$node_keypair_path" --url "http://$entrypoint_ip:8899" \
show-vote-account "$vote_pubkey"
$solana_wallet --url "http://$entrypoint_ip:8899" \
$solana_wallet --keypair "$node_keypair_path" --url "http://$entrypoint_ip:8899" \
show-stake-account "$stake_pubkey"