Update beacon_node/beacon_chain/src/beacon_chain.rs

This commit is contained in:
realbigsean 2023-01-24 12:28:58 +01:00 committed by GitHub
parent 5b4cd997d0
commit a4ea1761bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1046,8 +1046,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
/// 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,