diff --git a/core/txpool/blobpool/blobpool.go b/core/txpool/blobpool/blobpool.go index a9f457c144..b20d50a3e6 100644 --- a/core/txpool/blobpool/blobpool.go +++ b/core/txpool/blobpool/blobpool.go @@ -1695,7 +1695,7 @@ func (p *BlobPool) GetBlobs(vhashes []common.Hash, version byte) ([]*kzg4844.Blo return blobs, commitments, proofs, nil } -// AvailableBlobs returns the number of blobs that are available in the subpool. +// AvailableBlobs returns whether the blobs are available in the subpool. func (p *BlobPool) AvailableBlobs(vhashes []common.Hash) []bool { available := make([]bool, len(vhashes)) for i, vhash := range vhashes {