Update core/txpool/blobpool/blobpool.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
maskpp 2026-01-22 22:21:34 +08:00 committed by GitHub
parent 188a7c5f2f
commit 9109dba92c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -540,7 +540,7 @@ func (p *BlobPool) Init(gasTip uint64, head *types.Header, reserver txpool.Reser
return err
}
// If still exit blob txs in limbo, delete the old reset a new one without tx content.
// If blob txs still exist in limbo, delete the old ones and reset with new ones without tx content.
if err = p.limbo.setTxMeta(p.store); err != nil {
return err
}