lighthouse-pulse/validator_client/src/lib.rs
Luke Anderson fba916a0d8
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.
2019-03-23 15:46:51 +11:00

4 lines
48 B
Rust

pub mod config;
pub use crate::config::Config;