miner: differentiate between uncle and lost block

This commit is contained in:
Péter Szilágyi
2018-08-23 15:44:27 +03:00
parent 67d6d0bb7d
commit 1136269a79
3 changed files with 36 additions and 14 deletions

View File

@ -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.