We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693a2e7 commit b57235aCopy full SHA for b57235a
src/consensus/params.h
@@ -150,6 +150,10 @@ struct Params {
150
int nBlockRewardIncreaseHeight;
151
//GVR Allocation one time payout params
152
int nOneTimeGVRPayHeight;
153
+ //Block reward correction height
154
+ int nBlockRewardCorrectionHeight;
155
156
+ int nMoneySupplyCap;
157
//GVR Devfund Adjustment to a GVR held address
158
int nGVRTreasuryFundAdjustment;
159
int64_t nGVRPayOnetimeAmt;
0 commit comments