Skip to content

Commit

Permalink
fixed mn level
Browse files Browse the repository at this point in the history
  • Loading branch information
tomevoll committed Jul 16, 2018
1 parent ced244e commit 028b37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/masternode-level.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ static const vector<MasternodeLevel> COLLATERALS = {
MasternodeLevel(LEVEL3, 12000*COIN),
MasternodeLevel(LEVEL4, 24000*COIN)
};
static const int OLD_COLLATERAL_STOP_HEIGHT = 119500;
static const int LEVEL_COLLATERAL_START_HEIGHT = 119000;
static const int OLD_COLLATERAL_STOP_HEIGHT = 9999999;
static const int LEVEL_COLLATERAL_START_HEIGHT = 9999999;

extern bool isValidMasternode(CAmount value, int height);
extern Level getMasternodeLevel(CAmount value, int height);
Expand Down

0 comments on commit 028b37f

Please sign in to comment.