Skip to content

Commit

Permalink
Update the target height for the mainnet 2.0 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed May 12, 2020
1 parent 4de5ff1 commit 66d54ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66d54ed

Please sign in to comment.