diff --git a/beacon_node/beacon_chain/src/data_availability_checker.rs b/beacon_node/beacon_chain/src/data_availability_checker.rs index c60cca57be..2ae04c63f4 100644 --- a/beacon_node/beacon_chain/src/data_availability_checker.rs +++ b/beacon_node/beacon_chain/src/data_availability_checker.rs @@ -192,8 +192,7 @@ impl DataAvailabilityChecker { self.availability_cache.peek_blob(blob_id) } - /// Get a block from the availability cache. Only checks for blocks stored in memory. Useful - /// for serving RPC requests. + /// Get a block from the availability cache. Includes any blocks we are currently processing. pub fn get_block(&self, block_root: &Hash256) -> Option>> { self.processing_cache .read()