From 56901af3be8563fd8d38fdaa11e70f751b93df0c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 9 Jun 2025 10:29:38 +0200 Subject: [PATCH] miner: remove comment --- miner/worker.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/miner/worker.go b/miner/worker.go index 8a02b72965..8892adfc1f 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -404,8 +404,6 @@ func (miner *Miner) commitTransactions(env *environment, plainTxs, blobTxs *tran } sidecar.Proofs = append(sidecar.Proofs, cellProofs...) } - //txs.Pop() - //continue } } }