core/txpool/blobpool: migrate blobpool

This commit is contained in:
MariusVanDerWijden 2025-07-07 21:49:04 +02:00 committed by lightclient
parent 1036704628
commit 2583c77f8e
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -400,7 +400,6 @@ func (p *BlobPool) Init(gasTip uint64, head *types.Header, reserver txpool.Reser
if err := billy.Migrate(billy.Options{Path: queuedir, Repair: true}, slotter, newSlotter); err != nil {
return err
}
}
slotter = newSlotterEIP7594(eip4844.LatestMaxBlobsPerBlock(p.chain.Config()))
}