diff --git a/common/system_health/src/lib.rs b/common/system_health/src/lib.rs index ec64ce31ad3..5dc59e6df28 100644 --- a/common/system_health/src/lib.rs +++ b/common/system_health/src/lib.rs @@ -214,7 +214,7 @@ pub fn observe_nat() -> bool { .map(|g| g.get() == 1) .unwrap_or_default(); - discv5_nat && libp2p_nat + discv5_nat || libp2p_nat } /// Observes the Beacon Node system health.