mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Modify testnet spec to have few validators
This commit is contained in:
@@ -106,7 +106,7 @@ pub fn initialise_test_beacon_chain(
|
||||
deposit_root: Hash256::zero(),
|
||||
block_hash: Hash256::zero(),
|
||||
};
|
||||
let keypairs: Vec<Keypair> = (0..50)
|
||||
let keypairs: Vec<Keypair> = (0..8)
|
||||
.collect::<Vec<usize>>()
|
||||
.iter()
|
||||
.map(|_| Keypair::random())
|
||||
|
||||
Reference in New Issue
Block a user