Rework validator vote account defaults to half voting fees
This commit is contained in:
4
run.sh
4
run.sh
@ -97,8 +97,8 @@ solana-faucet --keypair "$dataDir"/faucet-keypair.json &
|
||||
faucet=$!
|
||||
|
||||
args=(
|
||||
--identity-keypair "$dataDir"/leader-keypair.json
|
||||
--voting-keypair "$dataDir"/leader-vote-account-keypair.json
|
||||
--identity "$dataDir"/leader-keypair.json
|
||||
--vote-account "$dataDir"/leader-vote-account-keypair.json
|
||||
--ledger "$ledgerDir"
|
||||
--gossip-port 8001
|
||||
--rpc-port 8899
|
||||
|
Reference in New Issue
Block a user