From 58069aa31db1d8781d45dff25d6d923b4b65e19c Mon Sep 17 00:00:00 2001 From: clabby Date: Mon, 16 Sep 2024 15:25:30 -0400 Subject: [PATCH] lint --- op-e2e/e2eutils/fakebeacon/blobs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[:]), )