Skip to content

Commit 1230623

Browse files
authored
Merge pull request #120 from pegnet/develop
Update v4 fork event
2 parents 4f19884 + f8839ca commit 1230623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

node/pegnet/admin.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ var (
3333
// If the pegnet node syncs a hardfork height with any height less than
3434
// the minimum version, the node will not start.
3535
//
36-
// TODO: Correct the V4 OPR Upgrade here
37-
{ActivationHeight: 999999, MinimumVersion: 1},
36+
// V4 OPR Update
37+
// Estimated to be Feb 12, 2020, 18:00 UTC
38+
{ActivationHeight: 231620, MinimumVersion: 1},
3839
}
3940
)
4041

0 commit comments

Comments
 (0)