diff --git a/beacon_node/beacon_chain/src/beacon_chain.rs b/beacon_node/beacon_chain/src/beacon_chain.rs index 4d086fcdf5..268cd87d17 100644 --- a/beacon_node/beacon_chain/src/beacon_chain.rs +++ b/beacon_node/beacon_chain/src/beacon_chain.rs @@ -1046,8 +1046,7 @@ impl BeaconChain { /// Returns the blobs at the given root, if any. /// - /// Returns `Ok(None)` if the blobs and associated block are not found. The block referenced by - /// the blob doesn't exist in our database. + /// Returns `Ok(None)` if the blobs and associated block are not found. /// /// If we can find the corresponding block in our database, we know whether we *should* have /// blobs. If we should have blobs and no blobs are found, this will error. If we shouldn't,