Skip to content

Commit

Permalink
Merge pull request #120 from pegnet/develop
Browse files Browse the repository at this point in the history
Update v4 fork event
  • Loading branch information
Emyrk authored Feb 3, 2020
2 parents 4f19884 + f8839ca commit 1230623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node/pegnet/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ var (
// If the pegnet node syncs a hardfork height with any height less than
// the minimum version, the node will not start.
//
// TODO: Correct the V4 OPR Upgrade here
{ActivationHeight: 999999, MinimumVersion: 1},
// V4 OPR Update
// Estimated to be Feb 12, 2020, 18:00 UTC
{ActivationHeight: 231620, MinimumVersion: 1},
}
)

Expand Down

0 comments on commit 1230623

Please sign in to comment.