mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-27 10:19:28 +00:00
core/txpool/blobpool: remove duplicated comment
This commit is contained in:
parent
d1a0c5cd95
commit
5905a2baec
1 changed files with 0 additions and 3 deletions
|
|
@ -752,9 +752,6 @@ func (p *BlobPool) trackTransaction(meta *blobTxMeta, sender common.Address) err
|
||||||
return nil
|
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
|
// recheck verifies the pool's content for a specific account and drops anything
|
||||||
// that does not fit anymore (dangling or filled nonce, overdraft).
|
// that does not fit anymore (dangling or filled nonce, overdraft).
|
||||||
func (p *BlobPool) recheck(addr common.Address, inclusions map[common.Hash]uint64) {
|
func (p *BlobPool) recheck(addr common.Address, inclusions map[common.Hash]uint64) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue