Merge branch 'dev/etan/df-forkedblobs' into feat_eip-7688

This commit is contained in:
Etan Kissling 2024-07-25 22:46:53 +02:00
commit de0a13a263
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ proc installBeaconApiHandlers*(router: var RestRouter, node: BeaconNode) =
checkValidator = true)
else:
await node.router.routeSignedBeaconBlock(
forkyBlck, Opt.none(seq[BlobSidecar]),
forkyBlck, Opt.none(seq[deneb.BlobSidecar]),
checkValidator = true)
if res.isErr():