Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 16, 2024
1 parent de6e639 commit 58069aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/e2eutils/fakebeacon/blobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (f *FakeBeacon) StoreBlobsBundle(slot uint64, bundle *engine.BlobsBundleV1)
slotTimestamp,
eth.IndexedBlobHash{
Index: uint64(i),
Hash: eth.KZGToVersionedHash(kzg4844.Commitment(bundle.Commitments[i])),
Hash: eth.KZGToVersionedHash(kzg4844.Commitment(bundle.Commitments[i])),
},
(*eth.Blob)(b[:]),
)
Expand Down

0 comments on commit 58069aa

Please sign in to comment.