Skip to content

Commit 7b43739

Browse files
committed
miner: change logs
1 parent 56901af commit 7b43739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
395395
if miner.chainConfig.IsOsaka(env.header.Number, env.header.Time) {
396396
if sidecar := tx.BlobTxSidecar(); sidecar != nil {
397397
if sidecar.Version == 0 {
398-
log.Warn("Encountered Version 0 transaction post-Osaka, recompute proofs", "hash", ltx.Hash)
398+
log.Info("Including blob tx with v0 sidecar, recomputing proofs", "hash", ltx.Hash)
399399
sidecar.Proofs = make([]kzg4844.Proof, 0)
400400
for _, blob := range sidecar.Blobs {
401401
cellProofs, err := kzg4844.ComputeCellProofs(&blob)

0 commit comments

Comments
 (0)