Add comments to epoch_processing

This commit is contained in:
Paul Hauner
2019-03-12 18:02:53 +11:00
parent dc221f3220
commit f949919b9b
4 changed files with 90 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ use log::debug;
use std::path::Path;
use types::test_utils::{generate_deterministic_keypairs, KeypairsFile};
/// Creates a file containing BLS keypairs.
pub fn gen_keys(matches: &ArgMatches) {
let validator_count = value_t!(matches.value_of("validator_count"), usize)
.expect("Validator count is required argument");