Merge pull request #17494 from karalabe/mined-block-uncle-check

miner: differentiate between uncle and lost block
This commit is contained in:
Péter Szilágyi
2018-08-23 16:03:10 +03:00
committed by GitHub
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.