Skip to content

Commit

Permalink
len
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 23, 2024
1 parent 19689f8 commit 77c8d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taiko-client/pkg/rpc/blob_datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func (ds *BlobDataSource) GetBlobs(
return nil, err
}
sidecars = make([]*blob.Sidecar, len(blobs.Data))

log.Info("sidecars", "sidecarsLen", len(blobs.Data))
for index, value := range blobs.Data {
sidecars[index] = &blob.Sidecar{
KzgCommitment: value.KzgCommitment,
Expand Down

0 comments on commit 77c8d97

Please sign in to comment.