Skip to content

Commit 8527a4d

Browse files
committed
bounder
1 parent 50e61a2 commit 8527a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/protocol_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const (
8989
)
9090

9191
var (
92-
DifficultyBoundDivisor = big.NewInt(8) // The bound divisor of the difficulty, used in the update calculations.
92+
DifficultyBoundDivisor = big.NewInt(2) // The bound divisor of the difficulty, used in the update calculations.
9393
GenesisDifficulty = big.NewInt(512) // Difficulty of the Genesis block.
9494
MinimumDifficulty = big.NewInt(2) // The minimum that the difficulty may ever be.
9595

0 commit comments

Comments
 (0)