We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff0420 commit 2227849Copy full SHA for 2227849
modules/consensus/difficulty.go
@@ -65,7 +65,7 @@ func (cs *ConsensusSet) childTargetOak(parentTotalTime int64, parentTotalTarget,
65
// [0 0 0 0 0 0 0 0 105 202 12 225 144 224 144 183 167 243 233 188 79 177 239 138 67 214 220 16 80 74 216 60]
66
// We target about 1%
67
if parentHeight == types.BlockHeight(7) && build.Release == "standard" {
68
- return types.Target{0, 0, 0, 0, 0, 0, 0, 0, 1}
+ return types.Target{0, 0, 0, 0, 0, 0, 0, 40}
69
}
70
// Determine the delta of the current total time vs. the desired total time.
71
// The desired total time is the difference between the genesis block
0 commit comments