We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778e2a4 commit 23b9992Copy full SHA for 23b9992
1 file changed
src/chainparams.cpp
@@ -108,7 +108,7 @@ class CMainParams : public CChainParams
108
nLastPOWBlock = 500;
109
nMaturity = 15;
110
nMasternodeCountDrift = 20;
111
- nMasternodeCollateralLimit = 30000;
+ nMasternodeCollateralLimit = 150000;
112
nModifierUpdateBlock = 615800;
113
nMaxMoneyOut = 584000000 * COIN;
114
const char* pszTimestamp = "Bitblocks fast transaction without fee by Edson";
@@ -205,7 +205,7 @@ class CTestNetParams : public CMainParams
205
nLastPOWBlock = 200;
206
207
nMasternodeCountDrift = 4;
208
209
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
210
nMaxMoneyOut = 43199500 * COIN;
211
0 commit comments