Adds error handling to validator client service

This commit is contained in:
Age Manning
2019-03-25 16:50:15 +11:00
parent 4fdb01e5f0
commit ca9af49d4e
5 changed files with 83 additions and 46 deletions

View File

@@ -64,8 +64,6 @@ impl<TClientType: ClientTypes> Client<TClientType> {
));
}
println!("Here");
Ok(Client {
config,
beacon_chain,