fix comment

pull/30447/head
maskpp 3 days ago
parent c77ac20917
commit 480671d52b
  1. 1
      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 {

Loading…
Cancel
Save