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; }