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

@@ -21,3 +21,4 @@ slog-term = "^2.4.0"
slog-async = "^2.3.0"
tokio = "0.1.18"
tokio-timer = "0.2.10"
error-chain = "0.12.0"