Skip to content

Commit

Permalink
fix: adjust sample finish reward block
Browse files Browse the repository at this point in the history
  • Loading branch information
egonspace committed May 24, 2024
1 parent 757f641 commit e2dddda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ var (
BlockReward: big.NewInt(1e18),
FirstHalvingBlock: big.NewInt(53_557_371),
HalvingPeriod: big.NewInt(63_115_200),
FinishRewardBlock: big.NewInt(1_000_000_000), // TODO fix last reward block
FinishRewardBlock: big.NewInt(2_000_000_000), // TODO fix last reward block
HalvingTimes: 16,
HalvingRate: 50,
},
Expand Down Expand Up @@ -195,7 +195,7 @@ var (
BlockReward: big.NewInt(1e18),
FirstHalvingBlock: big.NewInt(60_537_845),
HalvingPeriod: big.NewInt(63_115_200),
FinishRewardBlock: big.NewInt(1_000_000_000), // TODO fix last reward block
FinishRewardBlock: big.NewInt(2_000_000_000), // TODO fix last reward block
HalvingTimes: 16,
HalvingRate: 50,
},
Expand Down

0 comments on commit e2dddda

Please sign in to comment.