Skip to content

Commit

Permalink
Increases minimum block difficulty by a factor of ten
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashy5000 committed Mar 21, 2024
1 parent bd3e5f0 commit b0bcda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

var initialBlockDifficulty = uint64(100000)
var minimumBlockDifficulty = uint64(10000)
var minimumBlockDifficulty = uint64(100000)
var maximumUint64 = ^uint64(0)

0 comments on commit b0bcda3

Please sign in to comment.