diff options
author | Determinant <[email protected]> | 2019-09-25 18:22:15 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-09-25 18:22:15 -0400 |
commit | 1a3b464bafdb2097e3305bf4f44746cf2f5a98c8 (patch) | |
tree | 57ff30eeb11cd3217ad036050ef4e6d351fec052 /miner | |
parent | d4db89bc68208c3b31e6439347d0648936bf7d73 (diff) |
...
Diffstat (limited to 'miner')
-rw-r--r-- | miner/worker.go | 2 |
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") |