We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad210ed + 9c1ca43 commit b2fd171Copy full SHA for b2fd171
beacon_node/beacon_chain/src/fetch_blobs.rs
@@ -91,7 +91,7 @@ pub async fn fetch_and_process_engine_blobs<T: BeaconChainTypes>(
91
.await
92
.map_err(FetchEngineBlobError::RequestFailed)?;
93
94
- if response.is_empty() {
+ if response.is_empty() || response.iter().all(|opt| opt.is_none()) {
95
debug!(
96
log,
97
"No blobs fetched from the EL";
0 commit comments