aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2019-09-25 18:22:15 -0400
committerDeterminant <tederminant@gmail.com>2019-09-25 18:22:15 -0400
commit1a3b464bafdb2097e3305bf4f44746cf2f5a98c8 (patch)
tree57ff30eeb11cd3217ad036050ef4e6d351fec052
parentd4db89bc68208c3b31e6439347d0648936bf7d73 (diff)
...
-rw-r--r--miner/worker.go2
1 files changed, 1 insertions, 1 deletions
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")