Fix compilation issues after merging unstable.

This commit is contained in:
Jimmy Chen
2023-09-26 11:46:20 +10:00
parent 7a3cb135d4
commit 1458394cd9
2 changed files with 3 additions and 7 deletions

View File

@@ -1491,7 +1491,7 @@ impl<T: EthSpec, Payload: AbstractExecPayload<T>> BlockContents<T, Payload> {
match (Payload::block_type(), blobs) {
(BlockType::Full, Some(blobs)) => {
Self::BlockAndBlobSidecars(BeaconBlockAndBlobSidecars {
block: block,
block,
blob_sidecars: blobs,
})
}