fix rebase conflicts

This commit is contained in:
Emilia Hane
2023-02-01 17:47:57 +01:00
parent e0b1a0841c
commit 05c51b37b1
6 changed files with 65 additions and 27 deletions

View File

@@ -1072,7 +1072,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
block_root: &Hash256,
data_availability_boundary: Epoch,
) -> Result<Option<BlobsSidecar<T::EthSpec>>, Error> {
match self.store.get_blobs(block_root)? {
match self.store.get_blobs(block_root, slot)? {
Some(blobs) => Ok(Some(blobs)),
None => {
// Check for the corresponding block to understand whether we *should* have blobs.