Merge pull request #17494 from karalabe/mined-block-uncle-check
miner: differentiate between uncle and lost block
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user