track market cap (#4643)

* track market cap

* fixup, rebase

* prettier
This commit is contained in:
Rob Walker
2019-06-11 17:04:13 -07:00
committed by GitHub
parent 697228a484
commit 575a897ffc
3 changed files with 43 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ pub fn create_genesis_block_with_leader(
bootstrap_leader_pubkey: &Pubkey,
bootstrap_leader_stake_lamports: u64,
) -> GenesisBlockInfo {
let bootstrap_leader_lamports = 42; // TODO: pass this in as an argument?
let bootstrap_leader_lamports = BOOTSTRAP_LEADER_LAMPORTS; // TODO: pass this in as an argument?
let mint_keypair = Keypair::new();
let voting_keypair = Keypair::new();
let staking_keypair = Keypair::new();