From 26419596ced6d105bf095d49a5ff92cc4bf16c24 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 11 Jan 2017 03:00:22 +0400 Subject: [PATCH] bump nMinBlocksToStore 4000->5000 (#1256) --- src/masternode-payments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;