diff --git a/src/masternode-payments.h b/src/masternode-payments.h index a2202c804..cacb754ff 100644 --- a/src/masternode-payments.h +++ b/src/masternode-payments.h @@ -180,7 +180,7 @@ public: std::map mapMasternodeBlocks; std::map mapMasternodesLastVote; - CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(4000) {} + CMasternodePayments() : nStorageCoeff(1.25), nMinBlocksToStore(5000) {} ADD_SERIALIZE_METHODS;