Updated validator config according to suggestions.

- Directory structure changed slightly
 - Uses a filter_map instead of a for loop.
 - All errors reading files does not prevent others from being read.
 - The accounts manager needs to generate files first, with the same structure.
This commit is contained in:
Luke Anderson
2019-03-23 15:46:51 +11:00
parent 9e47cb56e7
commit fba916a0d8
5 changed files with 100 additions and 98 deletions

View File

@@ -1,3 +1,3 @@
pub mod config;
pub use crate::config::ValidatorClientConfig;
pub use crate::config::Config;