We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e61a2 commit 8527a4dCopy full SHA for 8527a4d
params/protocol_params.go
@@ -89,7 +89,7 @@ const (
89
)
90
91
var (
92
- DifficultyBoundDivisor = big.NewInt(8) // The bound divisor of the difficulty, used in the update calculations.
+ DifficultyBoundDivisor = big.NewInt(2) // The bound divisor of the difficulty, used in the update calculations.
93
GenesisDifficulty = big.NewInt(512) // Difficulty of the Genesis block.
94
MinimumDifficulty = big.NewInt(2) // The minimum that the difficulty may ever be.
95
0 commit comments