diff --git a/miner/worker.go b/miner/worker.go index 274fd5fd32..8d6c5f1a49 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -919,7 +919,7 @@ LOOP: if stopTimer != nil { select { case <-stopTimer.C: - log.Info("Not enough time for further transactions", "txs", len(w.current.txs)) + log.Info("Not enough time for further transactions", "txs", len(env.txs)) break LOOP default: }