diff --git a/miner/worker.go b/miner/worker.go index 3423015247..9a8612775d 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -391,6 +391,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran continue } + // Make sure all transactions after osaka have cell proofs if miner.chainConfig.IsOsaka(env.header.Number, env.header.Time) { if sidecar := tx.BlobTxSidecar(); sidecar != nil { if len(sidecar.Blobs) != len(sidecar.Proofs)*kzg4844.CellProofsPerBlob {