Skip to content

Commit 0dc6a43

Browse files
authored
Merge of #5427
2 parents 4ff071a + 4fc80cf commit 0dc6a43

File tree

1 file changed

+1
-1
lines changed
  • common/system_health/src

1 file changed

+1
-1
lines changed

common/system_health/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub fn observe_nat() -> bool {
214214
.map(|g| g.get() == 1)
215215
.unwrap_or_default();
216216

217-
discv5_nat && libp2p_nat
217+
discv5_nat || libp2p_nat
218218
}
219219

220220
/// Observes the Beacon Node system health.

0 commit comments

Comments
 (0)