diff --git a/validator/src/validator.rs b/validator/src/validator.rs index f75281d027..1f94185e92 100644 --- a/validator/src/validator.rs +++ b/validator/src/validator.rs @@ -23,7 +23,7 @@ where Pub: MixnetIdentityPublicKey, { pub count: u64, - heath_check: HealthChecker, + health_check: HealthChecker, #[allow(dead_code)] identity_keypair: IDPair, }