validator: fixing health_check typo in Validator struct

This commit is contained in:
Dave Hrycyszyn
2020-01-29 11:35:39 +00:00
parent 62f4c8bebd
commit 4c4ec08122
+1 -1
View File
@@ -23,7 +23,7 @@ where
Pub: MixnetIdentityPublicKey,
{
pub count: u64,
heath_check: HealthChecker<IDPair, Priv, Pub>,
health_check: HealthChecker<IDPair, Priv, Pub>,
#[allow(dead_code)]
identity_keypair: IDPair,
}