Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Oct 7, 2024
1 parent e70f544 commit 61b3d2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cl/antiquary/antiquary.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ func (a *Antiquary) antiquateBlobs() error {
if err != nil {
return 0, err
}
if blindedBlock == nil {
return 0, nil
}
return uint64(blindedBlock.Block.Body.BlobKzgCommitments.Len()), nil
}

Expand Down

0 comments on commit 61b3d2b

Please sign in to comment.