use highest staked node as bootstrap leader, remove bootstrap_leader from genesis_block (#4635)
* use highest staked node as bootstrap leader, remove bootstrap_leader from genesis_block * clippy * fixup * fixup
This commit is contained in:
@@ -39,7 +39,6 @@ pub fn create_genesis_block_with_leader(
|
||||
);
|
||||
|
||||
let genesis_block = GenesisBlock::new(
|
||||
&bootstrap_leader_pubkey,
|
||||
&[
|
||||
// the mint
|
||||
(
|
||||
|
Reference in New Issue
Block a user