bump nMinBlocksToStore 4000->5000 (#1256)
This commit is contained in:
parent
a930363366
commit
26419596ce
@ -180,7 +180,7 @@ public:
|
||||
std::map<int, CMasternodeBlockPayees> mapMasternodeBlocks;
|
||||
std::map<COutPoint, int> mapMasternodesLastVote;
|
||||
|
||||
CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(4000) {}
|
||||
CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(5000) {}
|
||||
|
||||
ADD_SERIALIZE_METHODS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user