Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
Update a wrong nMasternodeCollateralLimit
Now is correct
  • Loading branch information
BitBlocksProject authored Nov 10, 2018
1 parent b1f3347 commit df04173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class CTestNetParams : public CMainParams
nLastPOWBlock = 200;
nMaturity = 15;
nMasternodeCountDrift = 4;
nMasternodeCollateralLimit = 1000;
nMasternodeCollateralLimit = 30000;
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
nMaxMoneyOut = 43199500 * COIN;

Expand Down

0 comments on commit df04173

Please sign in to comment.