mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Fix nodes not being marked as available
This commit is contained in:
@@ -96,7 +96,7 @@ async fn notify<T: SlotClock + 'static, E: EthSpec>(
|
||||
"head_slot" => %health.head,
|
||||
"is_optimistic" => ?health.optimistic_status,
|
||||
"execution_engine_status" => ?health.execution_status,
|
||||
"health_tier" => ?health.health_tier,
|
||||
"health_tier" => %health.health_tier,
|
||||
);
|
||||
} else {
|
||||
debug!(
|
||||
|
||||
Reference in New Issue
Block a user