Skip to content

Commit

Permalink
gate blob publishing upto < Fulu
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxsh committed Jan 28, 2025
1 parent 4108675 commit 6cffa79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beacon_chain/validators/message_router.nim
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ proc routeSignedBeaconBlock*(
final_columns.add dc
dataColumnRefs = Opt.some(final_columns.mapIt(newClone(it)))

elif typeof(blck).kind >= ConsensusFork.Deneb:
elif typeof(blck).kind >= ConsensusFork.Deneb and
typeof(blck).kind < ConsensusFork.Fulu:
if blobsOpt.isSome():
let blobs = blobsOpt.get()
var workers = newSeq[Future[SendResult]](blobs.len)
Expand Down

0 comments on commit 6cffa79

Please sign in to comment.