From bd3f0c02a9881c5a73cf0ba013b975471e6ea761 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 20 May 2026 17:40:39 +0200 Subject: [PATCH] eth/catalyst: gofmt --- eth/catalyst/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index 3861f62813..b31185a40f 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -646,7 +646,7 @@ func (api *ConsensusAPI) getBlobs(hashes []common.Hash, v2 bool) (engine.BlobAnd return nil, engine.InvalidParams.With(err) } // Validate the blobs from the pool and assemble the response - filled := 0 + filled := 0 res := make(engine.BlobAndProofListV2, len(hashes)) for i := range blobs { // The blob has been evicted since the last AvailableBlobs call.