aboutsummaryrefslogtreecommitdiff
path: root/miner/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'miner/worker.go')
-rw-r--r--miner/worker.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/miner/worker.go b/miner/worker.go
index f5357f3..b5448d3 100644
--- a/miner/worker.go
+++ b/miner/worker.go
@@ -605,6 +605,7 @@ func (w *worker) resultLoop() {
// Broadcast the block and announce chain insertion event
w.mux.Post(core.NewMinedBlockEvent{Block: block})
+ //w.chain.FastSyncCommitHead(block.Hash())
var events []interface{}
switch stat {