Update core/txpool/blobpool/limbo.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
maskpp 2026-01-22 22:20:52 +08:00 committed by GitHub
parent c391d0409c
commit 3970e5e868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ func (l *limbo) setTxMeta(store billy.Database) error {
return err
}
meta := newBlobTxMeta(id, tx.Size(), store.Size(id), tx)
// Delete the old item which hash blob tx content.
// Delete the old item which has blob tx content.
if err := l.drop(meta.hash); err != nil {
return err
}