Simplify and camelCase getEpochVoteAccounts RPC API (#4658)

* Simplify and camelCase getEpochVoteAccounts RPC API

* Set a commission for testing
This commit is contained in:
Michael Vines
2019-06-12 14:12:08 -07:00
committed by GitHub
parent bc44516eb4
commit d807217be7
3 changed files with 40 additions and 27 deletions

View File

@ -109,7 +109,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" 1 || return $?
create-vote-account "$vote_pubkey" "$node_pubkey" 1 --commission 65535 || 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" \