mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
Implement framework for testing attestation val.
This commit is contained in:
@@ -126,7 +126,7 @@ pub fn setup_block_validation_scenario(params: &BlockTestParams)
|
||||
*/
|
||||
for shard in 0..shards_per_slot {
|
||||
let mut signing_keys = vec![];
|
||||
let mut attesters = vec![];
|
||||
let mut attesters = vec![];
|
||||
/*
|
||||
* Generate a random keypair for each validator and clone it into the
|
||||
* list of keypairs. Store it in the database.
|
||||
|
||||
Reference in New Issue
Block a user