Fix nodes not being marked as available

This commit is contained in:
Mac L
2023-06-22 11:51:30 +10:00
parent 5153aff196
commit 61bc700fdf
2 changed files with 6 additions and 5 deletions

View File

@@ -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!(