Fixup create-stake-account command (#6187)

automerge
This commit is contained in:
Tyera Eulberg 2019-09-30 15:17:49 -06:00 committed by Grimes
parent 2c8c2029d8
commit 97752b4937
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ set -x
$solana_cli "${common_args[@]}" \
show-vote-account "$vote_keypair_path"
$solana_cli "${common_args[@]}" \
create-stake-account $maybe_force "$stake_keypair_path" lamports
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[@]}" show-stake-account "$stake_keypair_path"