diff --git a/op-e2e/e2eutils/fakebeacon/blobs.go b/op-e2e/e2eutils/fakebeacon/blobs.go index f75022a243527..a96042bc7add4 100644 --- a/op-e2e/e2eutils/fakebeacon/blobs.go +++ b/op-e2e/e2eutils/fakebeacon/blobs.go @@ -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[:]), )