Fund vote accounts with 1 lamport only (#4512)

This commit is contained in:
Michael Vines
2019-06-03 14:48:01 -07:00
committed by GitHub
parent 40a4ac15f1
commit 9754e551cb
2 changed files with 3 additions and 6 deletions

View File

@ -102,7 +102,7 @@ setup_validator_accounts() {
# Fund the vote account from the node, with the node as the node_pubkey
$solana_wallet --keypair "$node_keypair_path" --url "http://$entrypoint_ip:8899" \
create-vote-account "$vote_pubkey" "$node_pubkey" "$stake" || return $?
create-vote-account "$vote_pubkey" "$node_pubkey" 1 || return $?
# Fund the stake account from the node, with the node as the node_pubkey
$solana_wallet --keypair "$node_keypair_path" --url "http://$entrypoint_ip:8899" \