miner: remove comment

This commit is contained in:
Felix Lange 2025-06-09 10:29:38 +02:00
parent eb438ecaab
commit 56901af3be

View file

@ -404,8 +404,6 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran
}
sidecar.Proofs = append(sidecar.Proofs, cellProofs...)
}
//txs.Pop()
//continue
}
}
}