add passive staking to local_cluster (#4285)
* add passive staking to local_cluster * add stake_program to genesis * use equal stakes in local_cluster tests
This commit is contained in:
@@ -53,7 +53,7 @@ pub fn create_genesis_block_with_leader(
|
||||
),
|
||||
),
|
||||
],
|
||||
&[solana_vote_program!()],
|
||||
&[solana_vote_program!(), solana_stake_program!()],
|
||||
);
|
||||
|
||||
(genesis_block, mint_keypair, voting_keypair)
|
||||
|
Reference in New Issue
Block a user