Skip to content

Commit 2227849

Browse files
author
Mark Huetsch
committed
roughly 1% of Sia
1 parent 6ff0420 commit 2227849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/consensus/difficulty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (cs *ConsensusSet) childTargetOak(parentTotalTime int64, parentTotalTarget,
6565
// [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]
6666
// We target about 1%
6767
if parentHeight == types.BlockHeight(7) && build.Release == "standard" {
68-
return types.Target{0, 0, 0, 0, 0, 0, 0, 0, 1}
68+
return types.Target{0, 0, 0, 0, 0, 0, 0, 40}
6969
}
7070
// Determine the delta of the current total time vs. the desired total time.
7171
// The desired total time is the difference between the genesis block

0 commit comments

Comments
 (0)