pre-Deneb case for VC block publishing

This commit is contained in:
Etan Kissling 2024-07-25 22:45:36 +02:00
parent 7d24e43080
commit 365b567350
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) checkValidator = true)
else: else:
await node.router.routeSignedBeaconBlock( await node.router.routeSignedBeaconBlock(
forkyBlck, Opt.none(seq[BlobSidecar]), forkyBlck, Opt.none(seq[deneb.BlobSidecar]),
checkValidator = true) checkValidator = true)
if res.isErr(): if res.isErr():