diff --git a/core/txpool/blobpool/blobpool.go b/core/txpool/blobpool/blobpool.go index 4f26966a83..c1c24880a7 100644 --- a/core/txpool/blobpool/blobpool.go +++ b/core/txpool/blobpool/blobpool.go @@ -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) {