This commit is contained in:
realbigsean
2023-03-15 15:32:22 -04:00
parent 34cea6d1c3
commit b303d2fb7e
9 changed files with 23 additions and 24 deletions

View File

@@ -24,9 +24,9 @@ pub fn build_block_contents<T: BeaconChainTypes, Payload: AbstractExecPayload<T:
Ok(BlockContents::BlockAndBlobSidecars(block_and_blobs))
} else {
return Err(warp_utils::reject::block_production_error(
Err(warp_utils::reject::block_production_error(
BlockProductionError::NoBlobsCached,
));
))
}
}
}