produce blobs in electra

This commit is contained in:
tersec 2024-05-15 14:49:57 +00:00
parent 111e5d8006
commit b9151d43ce
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ proc makeBeaconBlockForHeadAndSlot*(
$error
var blobsBundleOpt = Opt.none(BlobsBundle)
when payload is deneb.ExecutionPayloadForSigning:
when typeof(payload).kind >= ConsensusFork.Deneb:
blobsBundleOpt = Opt.some(payload.blobsBundle)
if res.isOk: