mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
Update core/txpool/blobpool/limbo.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c391d0409c
commit
3970e5e868
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue