Skip to content

Commit

Permalink
Update Theta 3.0 hardfork height
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Jun 21, 2021
1 parent a452dd9 commit 93d546d
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 @@ -19,7 +19,7 @@ const HeightSampleStakingReward uint64 = 9497418 // approximate time: 7pm Mar 10
const HeightJune2021FeeAdjustment uint64 = 10709540 // approximate time: 12pm June 11, 2021 PT

// HeightEnableTheta3 specifies the minimal block height to enable the Theta3.0 feature.
const HeightEnableTheta3 uint64 = 1000000000
const HeightEnableTheta3 uint64 = 10968061 // approximate time: 12pm June 30, 2021 PT

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

0 comments on commit 93d546d

Please sign in to comment.