From 480671d52b870267a708346d0575e0195224b43e Mon Sep 17 00:00:00 2001 From: maskpp Date: Tue, 17 Sep 2024 16:25:16 +0800 Subject: [PATCH] fix comment --- core/txpool/blobpool/blobpool.go | 1 + 1 file changed, 1 insertion(+) 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 {