Skip to content

Commit 23b9992

Browse files
Update masternode collateral
1 parent 778e2a4 commit 23b9992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class CMainParams : public CChainParams
108108
nLastPOWBlock = 500;
109109
nMaturity = 15;
110110
nMasternodeCountDrift = 20;
111-
nMasternodeCollateralLimit = 30000;
111+
nMasternodeCollateralLimit = 150000;
112112
nModifierUpdateBlock = 615800;
113113
nMaxMoneyOut = 584000000 * COIN;
114114
const char* pszTimestamp = "Bitblocks fast transaction without fee by Edson";
@@ -205,7 +205,7 @@ class CTestNetParams : public CMainParams
205205
nLastPOWBlock = 200;
206206
nMaturity = 15;
207207
nMasternodeCountDrift = 4;
208-
nMasternodeCollateralLimit = 30000;
208+
nMasternodeCollateralLimit = 150000;
209209
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
210210
nMaxMoneyOut = 43199500 * COIN;
211211

0 commit comments

Comments
 (0)