Skip to content

Commit

Permalink
changes to testnet mnode account drift 4 -> 2 Checking pow to pos
Browse files Browse the repository at this point in the history
  • Loading branch information
faetos committed Jul 6, 2018
1 parent 1949ae9 commit 79370dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -2471,7 +2471,7 @@ class CTestNetParams : public CMainParams
nTargetSpacing = 60; // Helium: 1 minute
nLastPOWBlock = 10000;
nMaturity = 15;
nMasternodeCountDrift = 4;
nMasternodeCountDrift = 2;
// nModifierUpdateBlock = 0; //approx Mon, 17 Apr 2017 04:00:00 GMT
nMaxMoneyOut = 21000000 * COIN;
nZerocoinStartHeight = 9999999;
Expand Down

0 comments on commit 79370dd

Please sign in to comment.