mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +00:00
miner: set sidecar version when recomputing proofs (#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`.
This commit is contained in:
parent
e9e12a97d2
commit
1a5f399e30
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
|
||||||
}
|
}
|
||||||
sidecar.Proofs = append(sidecar.Proofs, cellProofs...)
|
sidecar.Proofs = append(sidecar.Proofs, cellProofs...)
|
||||||
}
|
}
|
||||||
|
sidecar.Version = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue