Skip to content

Commit

Permalink
Update to Pos Year Reward scheme
Browse files Browse the repository at this point in the history
Update to Pos Year Reward scheme
  • Loading branch information
TenneTCo committed Oct 20, 2018
1 parent f076c39 commit 19fcf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 500000 * COIN;
static const int64_t COIN_YEAR_REWARD = 200 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 2.0 * COIN; // 200% annual interest
static const int64_t COIN_YEAR_REWARD = 2 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.02 * COIN; // 2% annual interest

static const int MODIFIER_INTERVAL_SWITCH = 750;

Expand Down

0 comments on commit 19fcf79

Please sign in to comment.