mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
if multi blobs in the same tx, fill the other sidecars
This commit is contained in:
parent
c41d0fdcf6
commit
6197090752
1 changed files with 1 additions and 1 deletions
|
|
@ -1328,7 +1328,7 @@ func (p *BlobPool) GetBlobs(vhashes []common.Hash) []*types.BlobTxSidecar {
|
||||||
}
|
}
|
||||||
sidecars[idx] = item.BlobTxSidecar()
|
sidecars[idx] = item.BlobTxSidecar()
|
||||||
|
|
||||||
// If multi blobs in one transaction, fill the other sidecars.
|
// If multi blobs in the same transaction, fill the other sidecars.
|
||||||
hashes := item.BlobHashes()
|
hashes := item.BlobHashes()
|
||||||
for i, vHash := range hashes {
|
for i, vHash := range hashes {
|
||||||
if sidecars[idx] != nil {
|
if sidecars[idx] != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue