Skip to content

Commit 1a5f399

Browse files
authored
miner: set sidecar version when recomputing proofs (ethereum#32199)
- If the block number is `osaka` fork and needs to recompute some `blob proofs` to `cell proofs`, here also needs to set version to `1`.
1 parent e9e12a9 commit 1a5f399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

miner/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
440440
}
441441
sidecar.Proofs = append(sidecar.Proofs, cellProofs...)
442442
}
443+
sidecar.Version = 1
443444
}
444445
}
445446
}

0 commit comments

Comments
 (0)