Skip to content

Commit 1f71993

Browse files
committed
[Cleanup][Trivial] Remove unused param nMasternodeCountDrift
1 parent 58ee29f commit 1f71993

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/chainparams.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ class CMainParams : public CChainParams
142142
consensus.nCoinbaseMaturity = 100;
143143
consensus.nFutureTimeDriftPoW = 7200;
144144
consensus.nFutureTimeDriftPoS = 180;
145-
consensus.nMasternodeCountDrift = 20; // num of MN we allow the see-saw payments to be off by
146145
consensus.nMaxMoneyOut = 21000000 * COIN;
147146
consensus.nPoolMaxTransactions = 3;
148147
consensus.nProposalEstablishmentTime = 60 * 60 * 24; // must be at least a day old to make it into a budget
@@ -280,7 +279,6 @@ class CTestNetParams : public CChainParams
280279
consensus.nCoinbaseMaturity = 15;
281280
consensus.nFutureTimeDriftPoW = 7200;
282281
consensus.nFutureTimeDriftPoS = 180;
283-
consensus.nMasternodeCountDrift = 20; // num of MN we allow the see-saw payments to be off by
284282
consensus.nMaxMoneyOut = 21000000 * COIN;
285283
consensus.nPoolMaxTransactions = 3;
286284
consensus.nProposalEstablishmentTime = 60 * 5; // at least 5 min old to make it into a budget
@@ -402,7 +400,6 @@ class CRegTestParams : public CChainParams
402400
consensus.nCoinbaseMaturity = 100;
403401
consensus.nFutureTimeDriftPoW = 7200;
404402
consensus.nFutureTimeDriftPoS = 180;
405-
consensus.nMasternodeCountDrift = 4; // num of MN we allow the see-saw payments to be off by
406403
consensus.nMaxMoneyOut = 43199500 * COIN;
407404
consensus.nPoolMaxTransactions = 2;
408405
consensus.nProposalEstablishmentTime = 60 * 5; // at least 5 min old to make it into a budget

src/consensus/params.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ struct Params {
9696
int nCoinbaseMaturity;
9797
int nFutureTimeDriftPoW;
9898
int nFutureTimeDriftPoS;
99-
int nMasternodeCountDrift;
10099
CAmount nMaxMoneyOut;
101100
int nPoolMaxTransactions;
102101
int64_t nProposalEstablishmentTime;

0 commit comments

Comments
 (0)