clean up blob by root response (#4136)

This commit is contained in:
realbigsean
2023-03-28 12:49:32 -04:00
committed by GitHub
parent d24e5cc22a
commit deec9c51ba
6 changed files with 70 additions and 161 deletions

View File

@@ -1023,7 +1023,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
)
}
pub async fn get_blobs_checking_early_attester_cache(
pub fn get_blobs_checking_early_attester_cache(
&self,
block_root: &Hash256,
) -> Result<Option<BlobSidecarList<T::EthSpec>>, Error> {