eth/catalyst: gofmt

This commit is contained in:
Felix Lange 2026-05-20 17:40:39 +02:00
parent eef65676fb
commit bd3f0c02a9

View file

@ -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.