Reduce bootstrap leader stake (#3218)

This commit is contained in:
Sagar Dhawan
2019-03-11 13:29:44 -07:00
committed by GitHub
parent 86e2f35ac4
commit 78bb96ee51
4 changed files with 11 additions and 15 deletions

View File

@ -152,7 +152,7 @@ mod tests {
#[test]
fn test_bank_staked_nodes_at_epoch() {
let pubkey = Keypair::new().pubkey();
let bootstrap_lamports = 3;
let bootstrap_lamports = 2;
let (genesis_block, _) =
GenesisBlock::new_with_leader(bootstrap_lamports, &pubkey, bootstrap_lamports);
let bank = Bank::new(&genesis_block);