From 66d54edb25f9eccc994317f255262f8f81ac3857 Mon Sep 17 00:00:00 2001 From: Jieyi Long Date: Tue, 12 May 2020 13:37:54 -0700 Subject: [PATCH] Update the target height for the mainnet 2.0 fork --- common/heights.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/heights.go b/common/heights.go index 3b024f86..2adc72fd 100644 --- a/common/heights.go +++ b/common/heights.go @@ -4,7 +4,7 @@ package common const HeightEnableValidatorReward uint64 = 4164982 // approximate time: 2pm January 14th, 2020 PST // HeightEnableTheta2 specifies the minimal block height to enable the Theta2.0 feature. -const HeightEnableTheta2 uint64 = 10000000000 +const HeightEnableTheta2 uint64 = 5877350 // approximate time: 12pm May 27th, 2020 PDT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)