general chaos

This commit is contained in:
realbigsean
2023-03-15 17:48:22 -04:00
parent 3f3358f8af
commit c26ce824a0
10 changed files with 26 additions and 65 deletions

View File

@@ -704,7 +704,7 @@ impl BeaconNodeHttpClient {
pub async fn get_blobs_sidecar<T: EthSpec>(
&self,
block_id: BlockId,
) -> Result<Option<GenericResponse<BlobsSidecar<T>>>, Error> {
) -> Result<Option<GenericResponse<BlobSidecarList<T>>>, Error> {
let path = self.get_blobs_sidecar_path(block_id)?;
let response = match self.get_response(path, |b| b).await.optional()? {
Some(res) => res,