aboutsummaryrefslogtreecommitdiffstats
path: root/miner/worker.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-08-23 20:44:27 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-23 20:44:27 +0800
commit1136269a79e6ee8bc97f5bf277bf8ec12286b79b (patch)
tree958598e13e11292c21896c105c649560c760ba5d /miner/worker.go
parent67d6d0bb7d0e9b18334d45e2d811f00746320d65 (diff)
downloaddexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar.gz
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar.bz2
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar.lz
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar.xz
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.tar.zst
dexon-1136269a79e6ee8bc97f5bf277bf8ec12286b79b.zip
miner: differentiate between uncle and lost block
Diffstat (limited to 'miner/worker.go')
-rw-r--r--miner/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/miner/worker.go b/miner/worker.go
index 8c3337ba4..cedc158b5 100644
--- a/miner/worker.go
+++ b/miner/worker.go
@@ -55,7 +55,7 @@ const (
resubmitAdjustChanSize = 10
// miningLogAtDepth is the number of confirmations before logging successful mining.
- miningLogAtDepth = 5
+ miningLogAtDepth = 7
// minRecommitInterval is the minimal time interval to recreate the mining block with
// any newly arrived transactions.