Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Nov 30, 2020
1 parent adb86dc commit 82f518a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const HeightEnableValidatorReward uint64 = 4164982 // approximate time: 2pm Janu
const HeightEnableTheta2 uint64 = 5877350 // approximate time: 12pm May 27th, 2020 PDT

// HeightLowerGNStakeThresholdTo1000 specifies the minimal block height to lower the GN Stake Threshold to 1,000 THETA
const HeightLowerGNStakeThresholdTo1000 uint64 = 8411427 // approximate time: 12pm Dec 1oth, 2020 PST
const HeightLowerGNStakeThresholdTo1000 uint64 = 8411427 // approximate time: 12pm Dec 10th, 2020 PST

// HeightEnableSmartContract specifies the minimal block height to eanble the Turing-complete smart contract support
const HeightEnableSmartContract uint64 = 8411427 // approximate time: 12pm Dec 1oth, 2020 PST
const HeightEnableSmartContract uint64 = 8411427 // approximate time: 12pm Dec 10th, 2020 PST

// CheckpointInterval defines the interval between checkpoints.
const CheckpointInterval = int64(100)
Expand Down

0 comments on commit 82f518a

Please sign in to comment.