Fix cli call to stakes (#7946)

automerge
This commit is contained in:
Dan Albert 2020-01-23 17:25:40 -05:00 committed by Grimes
parent b045f9a50d
commit 79f3194d0c
1 changed files with 1 additions and 1 deletions

View File

@ -105,4 +105,4 @@ $solana_cli "${common_args[@]}" \
create-stake-account "$stake_keypair_path" "$stake_lamports" lamports
$solana_cli "${common_args[@]}" \
delegate-stake $maybe_force "$stake_keypair_path" "$vote_keypair_path"
$solana_cli "${common_args[@]}" stake-account "$stake_keypair_path"
$solana_cli "${common_args[@]}" stakes "$stake_keypair_path"