mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
general chaos
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user