plumb staking_account and voting_keypair from multinode-demo to Vote (#3199)
* plumb staking_account and voting_keypair from bash to Vote
This commit is contained in:
committed by
Greg Fitzgerald
parent
c8c85ff93b
commit
0acdbc0d03
@@ -52,6 +52,7 @@ impl LocalCluster {
|
||||
leader_node,
|
||||
&leader_keypair,
|
||||
&leader_ledger_path,
|
||||
voting_keypair.pubkey(),
|
||||
voting_keypair,
|
||||
None,
|
||||
fullnode_config,
|
||||
@@ -87,6 +88,7 @@ impl LocalCluster {
|
||||
validator_node,
|
||||
&validator_keypair,
|
||||
&ledger_path,
|
||||
voting_keypair.pubkey(),
|
||||
voting_keypair,
|
||||
Some(&leader_node_info),
|
||||
fullnode_config,
|
||||
|
Reference in New Issue
Block a user