From 5e870e4c8a56da1d1de671c0923398a12e80445b Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Mon, 13 Jan 2020 15:23:20 +0000 Subject: [PATCH] ibid. --- validator/src/validator/health_check/path_check.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/validator/src/validator/health_check/path_check.rs b/validator/src/validator/health_check/path_check.rs index 1e6eb58729..192470fab4 100644 --- a/validator/src/validator/health_check/path_check.rs +++ b/validator/src/validator/health_check/path_check.rs @@ -63,6 +63,7 @@ impl PathChecker { provider_clients, layer_one_clients: HashMap::new(), our_destination: Destination::new(temporary_address, Default::default()), + paths_status: HashMap::new(), } }