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