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