mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-09 02:59:42 +00:00
make single block lookup generic
This commit is contained in:
@@ -145,7 +145,7 @@ pub async fn publish_block<T: BeaconChainTypes>(
|
||||
);
|
||||
Err(warp_utils::reject::broadcast_without_import(msg))
|
||||
}
|
||||
Ok(AvailabilityProcessingStatus::PendingBlobs(blob_ids)) => {
|
||||
Ok(AvailabilityProcessingStatus::PendingBlobs(_, blob_ids)) => {
|
||||
let msg = format!("Missing blobs {:?}", blob_ids);
|
||||
error!(
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user