diff --git a/core/txpool/blobpool/blobpool.go b/core/txpool/blobpool/blobpool.go index bc4f510582..cfa8c81d8c 100644 --- a/core/txpool/blobpool/blobpool.go +++ b/core/txpool/blobpool/blobpool.go @@ -1039,6 +1039,7 @@ func (p *BlobPool) SetGasTip(tip *big.Int) { p.stored -= uint64(tx.size) delete(p.lookup, tx.hash) ids[j], nonces[j] = tx.id, tx.nonce + txs[i+j] = nil } // Clear out the dropped transactions from the index if i > 0 {