Start heavy refactor of validator client

- Block production is working
This commit is contained in:
Paul Hauner
2019-11-22 01:22:05 +11:00
parent 06002f3f6a
commit 114067bb50
20 changed files with 1165 additions and 150 deletions

View File

@@ -37,7 +37,7 @@ fn run_account_manager<T: EthSpec>(
}
};
default_dir.push(".lighthouse");
default_dir.push("validator");
default_dir.push("validators");
default_dir
});