Skip to content

Commit

Permalink
reward correction height
Browse files Browse the repository at this point in the history
  • Loading branch information
bleach86 committed Feb 19, 2024
1 parent 03469cd commit a8e2182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ class CMainParams : public CChainParams {
consensus.gvrThreshold = DEFAULT_GVR_THRESHOLD;
consensus.agvrStartPayingHeight = consensus.automatedGvrActivationHeight + consensus.minRewardRangeSpan + 1;

consensus.nBlockRewardCorrectionHeight = 884840;
consensus.nBlockRewardCorrectionHeight = 975076;
consensus.nMoneySupplyCap = DEFAULT_MONEY_SUPPLY_CAP;

nBlockRewardIncrease = 2;
Expand Down

0 comments on commit a8e2182

Please sign in to comment.