From 42099d3ff72c5a10a70c94caffd64d1d774b2902 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 13 Aug 2019 13:05:44 -0400 Subject: use correct nonce --- miner/worker.go | 1 + 1 file changed, 1 insertion(+) (limited to 'miner/worker.go') 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 { -- cgit v1.2.3-70-g09d2