From 2f6cf419c4b6c3338efd54035cf5515cb8670ec6 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 29 Jan 2024 18:31:32 -0500 Subject: [PATCH] update comment --- beacon_node/beacon_chain/src/data_availability_checker.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()