Skip to content

Commit

Permalink
Setting the cut-off height for the transaction and gas fee adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Jun 6, 2021
1 parent 9a528a9 commit dba9332
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 @@ -16,7 +16,7 @@ const HeightEnableSmartContract uint64 = 8411427 // approximate time: 12pm Dec 1
const HeightSampleStakingReward uint64 = 9497418 // approximate time: 7pm Mar 10th, 2021 PST

// HeightJune2021FeeAdjustment specifies the block heigth to enable transaction fee burning adjustment
const HeightJune2021FeeAdjustment uint64 = 9000000000
const HeightJune2021FeeAdjustment uint64 = 10709540 // approximate time: 12pm June 11, 2021 PT

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

0 comments on commit dba9332

Please sign in to comment.