Implement framework for testing attestation val.

This commit is contained in:
Paul Hauner
2018-10-01 17:19:08 +09:30
parent 8f5285875b
commit 8e094b358f
5 changed files with 45 additions and 177 deletions

View File

@@ -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.