mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
formatting
This commit is contained in:
@@ -66,12 +66,12 @@ async fn get_chain_segment() -> (Vec<BeaconSnapshot<E>>, Vec<Option<BlobSidecarL
|
||||
beacon_block: Arc::new(full_block),
|
||||
beacon_state: snapshot.beacon_state,
|
||||
});
|
||||
segment_blobs.push(
|
||||
Some(harness
|
||||
segment_blobs.push(Some(
|
||||
harness
|
||||
.chain
|
||||
.get_blobs(&snapshot.beacon_block_root)
|
||||
.unwrap()),
|
||||
)
|
||||
.unwrap(),
|
||||
))
|
||||
}
|
||||
(segment, segment_blobs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user