From 9b7c21d697c07199cab9d6bd8cfe10bae119687e Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Fri, 13 Feb 2026 23:37:44 -0800 Subject: [PATCH] Comments --- beacon_node/client/src/notifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/client/src/notifier.rs b/beacon_node/client/src/notifier.rs index 453b9338ee..0e2489b8f8 100644 --- a/beacon_node/client/src/notifier.rs +++ b/beacon_node/client/src/notifier.rs @@ -436,7 +436,7 @@ async fn bellatrix_readiness_logging( if beacon_chain .spec .fork_name_at_slot(current_slot) - .gloas_enabled + .gloas_enabled() { return; }