We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3347 commit df04173Copy full SHA for df04173
src/chainparams.cpp
@@ -192,7 +192,7 @@ class CTestNetParams : public CMainParams
192
nLastPOWBlock = 200;
193
nMaturity = 15;
194
nMasternodeCountDrift = 4;
195
- nMasternodeCollateralLimit = 1000;
+ nMasternodeCollateralLimit = 30000;
196
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
197
nMaxMoneyOut = 43199500 * COIN;
198
0 commit comments