Skip to content

Commit

Permalink
Update TFUEL reward enabling height
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Jan 3, 2020
1 parent e82f8e6 commit 8c912b2
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
@@ -1,7 +1,7 @@
package common

// HeightEnableValidatorReward specifies the minimal block height to enable the validtor TFUEL reward
const HeightEnableValidatorReward uint64 = 10000000000
const HeightEnableValidatorReward uint64 = 4164982 // approximate time: 2pm January 14th, 2020

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

0 comments on commit 8c912b2

Please sign in to comment.