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

@ -9,9 +9,9 @@ use std::io::Write;
use std::path::Path;
// The default (and minimal) amount of lamports given to the bootstrap leader:
// * 2 lamports for the bootstrap leader ID account to later setup another vote account
// * 1 lamports for the bootstrap leader ID account
// * 1 lamport for the bootstrap leader vote account
pub const BOOTSTRAP_LEADER_LAMPORTS: u64 = 3;
pub const BOOTSTRAP_LEADER_LAMPORTS: u64 = 2;
#[derive(Serialize, Deserialize, Debug)]
pub struct GenesisBlock {