From 5905a2baec6b2d53952f226ee3f09e124bd650bb Mon Sep 17 00:00:00 2001 From: healthykim Date: Wed, 6 May 2026 15:18:06 +0200 Subject: [PATCH] core/txpool/blobpool: remove duplicated comment --- core/txpool/blobpool/blobpool.go | 3 --- 1 file changed, 3 deletions(-) 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) {