mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/txpool/blobpool: migrate billy if osaka is scheduled, not just active
This commit is contained in:
parent
30832e2ba4
commit
38ed51c372
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ func (p *BlobPool) Init(gasTip uint64, head *types.Header, reserver txpool.Reser
|
|||
slotter := newSlotter(eip4844.LatestMaxBlobsPerBlock(p.chain.Config()))
|
||||
|
||||
// Check if we need to migrate our blob db to the new slotter.
|
||||
if p.chain.Config().IsOsaka(head.Number, head.Time) {
|
||||
if p.chain.Config().OsakaTime != nil {
|
||||
// Open the store using the version slotter to see if any version has been
|
||||
// written.
|
||||
var version int
|
||||
|
|
|
|||
Loading…
Reference in a new issue