This commit is contained in:
Diva M
2022-12-23 17:44:50 -05:00
parent 6bf439befd
commit aeb243fe61
3 changed files with 13 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ impl<E: EthSpec> EarlyAttesterCache<E> {
source,
target,
block,
blobs: blobs.map_err(|_|Error::MissingBlobs)?,
blobs: blobs.map_err(|_| Error::MissingBlobs)?,
proto_block,
};