From 4fc80cf792733b7b7e354f07c1716843e3ac4ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Mon, 18 Mar 2024 16:41:45 +0000 Subject: [PATCH] fix nat reporting --- common/system_health/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.