mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 10:32:20 +00:00
Update beacon_node/beacon_chain/src/beacon_chain.rs
This commit is contained in:
parent
5b4cd997d0
commit
a4ea1761bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user