bump nMinBlocksToStore 4000->5000 (#1256)

This commit is contained in:
UdjinM6 2017-01-11 03:00:22 +04:00 committed by GitHub
parent a930363366
commit 26419596ce

View File

@ -180,7 +180,7 @@ public:
std::map<int, CMasternodeBlockPayees> mapMasternodeBlocks; std::map<int, CMasternodeBlockPayees> mapMasternodeBlocks;
std::map<COutPoint, int> mapMasternodesLastVote; std::map<COutPoint, int> mapMasternodesLastVote;
CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(4000) {} CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(5000) {}
ADD_SERIALIZE_METHODS; ADD_SERIALIZE_METHODS;