From f8839ca5a0218a208de614c5c94a5c83a6ea4fbb Mon Sep 17 00:00:00 2001 From: Emyrk Date: Mon, 3 Feb 2020 11:15:21 -0600 Subject: [PATCH] Update v4 fork event --- node/pegnet/admin.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/node/pegnet/admin.go b/node/pegnet/admin.go index 1d4b419..103e753 100644 --- a/node/pegnet/admin.go +++ b/node/pegnet/admin.go @@ -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}, } )