diff --git a/multinode-demo/fullnode.sh b/multinode-demo/fullnode.sh index 863969b77..3bc8bd0fc 100755 --- a/multinode-demo/fullnode.sh +++ b/multinode-demo/fullnode.sh @@ -94,7 +94,7 @@ setup_validator_accounts() { # Fund the vote account from the node, with the node as the identity_pubkey $solana_wallet --keypair "$identity_keypair_path" --url "http://$entrypoint_ip:8899" \ - create-vote-account "$vote_pubkey" "$identity_pubkey" 1 --commission 255 || return $? + create-vote-account "$vote_pubkey" "$identity_pubkey" 1 --commission 127 || return $? # Fund the stake account from the node, with the node as the identity_pubkey $solana_wallet --keypair "$identity_keypair_path" --url "http://$entrypoint_ip:8899" \