Skip to content

Commit

Permalink
replace removed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bleach86 committed Feb 20, 2024
1 parent 693a2e7 commit b57235a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/consensus/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ struct Params {
int nBlockRewardIncreaseHeight;
//GVR Allocation one time payout params
int nOneTimeGVRPayHeight;
//Block reward correction height
int nBlockRewardCorrectionHeight;
//Block reward correction height
int nMoneySupplyCap;
//GVR Devfund Adjustment to a GVR held address
int nGVRTreasuryFundAdjustment;
int64_t nGVRPayOnetimeAmt;
Expand Down

0 comments on commit b57235a

Please sign in to comment.