Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
fix release constant to reasonable difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVorick committed Mar 17, 2015
1 parent 4bfcf8b commit fe877fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/buildrelease.go
Expand Up @@ -25,7 +25,7 @@ const (
)

var (
RootTarget = Target{0, 0, 0, 1}
RootTarget = Target{0, 0, 0, 64}
RootDepth = Target{255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255}

MaxAdjustmentUp = big.NewRat(1001, 1000)
Expand Down

0 comments on commit fe877fa

Please sign in to comment.