core/txpool/blobpool: remove duplicated comment

This commit is contained in:
healthykim 2026-05-06 15:18:06 +02:00
parent d1a0c5cd95
commit 5905a2baec

View file

@ -752,9 +752,6 @@ func (p *BlobPool) trackTransaction(meta *blobTxMeta, sender common.Address) err
return nil
}
// recheck verifies the pool's content for a specific account and drops anything
// that does not
// recheck verifies the pool's content for a specific account and drops anything
// that does not fit anymore (dangling or filled nonce, overdraft).
func (p *BlobPool) recheck(addr common.Address, inclusions map[common.Hash]uint64) {