mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
eth/catalyst: gofmt
This commit is contained in:
parent
eef65676fb
commit
bd3f0c02a9
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ func (api *ConsensusAPI) getBlobs(hashes []common.Hash, v2 bool) (engine.BlobAnd
|
||||||
return nil, engine.InvalidParams.With(err)
|
return nil, engine.InvalidParams.With(err)
|
||||||
}
|
}
|
||||||
// Validate the blobs from the pool and assemble the response
|
// Validate the blobs from the pool and assemble the response
|
||||||
filled := 0
|
filled := 0
|
||||||
res := make(engine.BlobAndProofListV2, len(hashes))
|
res := make(engine.BlobAndProofListV2, len(hashes))
|
||||||
for i := range blobs {
|
for i := range blobs {
|
||||||
// The blob has been evicted since the last AvailableBlobs call.
|
// The blob has been evicted since the last AvailableBlobs call.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue