diff --git a/miner/worker.go b/miner/worker.go index c85e2552771c..48c20b209d8d 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -588,7 +588,6 @@ func (w *worker) mainLoop() { } case ev := <-w.txsCh: - // Apply transactions to the pending state if we're not mining. // // Note all transactions received may not be continuous with transactions