From 1a3b464bafdb2097e3305bf4f44746cf2f5a98c8 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 25 Sep 2019 18:22:15 -0400 Subject: ... --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index e13db06..1aeb9bd 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -953,7 +953,7 @@ func (w *worker) commitNewWork(interrupt *int32, noempty bool, timestamp int64) commitUncles(w.localUncles) commitUncles(w.remoteUncles) - if !noempty && !w.manualUncle { + if !noempty && !w.manualMining { // Create an empty block based on temporary copied state for sealing in advance without waiting block // execution finished. log.Trace("commit n1") -- cgit v1.2.3