Skip to content

Commit

Permalink
add maxmoney param
Browse files Browse the repository at this point in the history
  • Loading branch information
bleach86 committed Sep 27, 2023
1 parent b400823 commit 9b5243e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/consensus/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ struct 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 9b5243e

Please sign in to comment.