Skip to content

Commit c277d50

Browse files
committed
Add comment about observing data columns.
1 parent d7ab88c commit c277d50

File tree

1 file changed

+3
-0
lines changed
  • beacon_node/beacon_chain/src/fetch_blobs

1 file changed

+3
-0
lines changed

beacon_node/beacon_chain/src/fetch_blobs/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ async fn fetch_and_process_blobs_v2<T: BeaconChainTypes>(
311311
return Ok(None);
312312
}
313313

314+
// Up until this point we have not observed the data columns in the gossip cache, which allows
315+
// them to arrive independently while this function is running. In publish_fn we will observe
316+
// them and then publish any columns that had not already been observed.
314317
publish_fn(EngineGetBlobsOutput::CustodyColumns(
315318
custody_columns_to_import.clone(),
316319
));

0 commit comments

Comments
 (0)