Progress with move implementation

This commit is contained in:
Paul Hauner
2022-08-24 15:54:52 +10:00
parent 71409e4897
commit e98a0155bd
5 changed files with 286 additions and 121 deletions

View File

@@ -4,7 +4,7 @@ use environment::Environment;
use serde::Serialize;
use std::path::PathBuf;
use types::EthSpec;
use validators::create_validators::write_to_json_file;
use validators::common::write_to_json_file;
pub mod validators;