mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
miner: fix txs.Shift
This commit is contained in:
parent
c7bf31a968
commit
6108ff6be9
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
|
|||
if sidecar.Version == types.BlobSidecarVersion0 {
|
||||
log.Info("Including blob tx with v0 sidecar, recomputing proofs", "hash", ltx.Hash)
|
||||
if err := sidecar.ToV1(); err != nil {
|
||||
txs.Shift()
|
||||
txs.Pop()
|
||||
log.Info("Failed to recompute cell proofs", "hash", ltx.Hash, "err", err)
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue