From 309719d2c6b891bc2ac5bf8b9d7a4cb78f37e043 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Sun, 24 May 2026 19:07:03 +0300 Subject: [PATCH] Apply suggestion from @eserilev --- beacon_node/beacon_chain/src/canonical_head.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/canonical_head.rs b/beacon_node/beacon_chain/src/canonical_head.rs index 258fffdc13..799ecff132 100644 --- a/beacon_node/beacon_chain/src/canonical_head.rs +++ b/beacon_node/beacon_chain/src/canonical_head.rs @@ -189,7 +189,7 @@ impl CachedHead { /// Returns the execution block number of the block at the head of the chain. /// - /// Returns an error if the chain is prior to Gloas. + /// Returns `None` if the chain is prior to Gloas. pub fn head_block_number_gloas(&self) -> Option { if let Some(head_block_number) = self .snapshot