bump gov cache version to start from scratch (#1306)

This commit is contained in:
UdjinM6 2017-02-02 17:43:40 +04:00 committed by GitHub
parent c5210a3e5b
commit f729d8227b

View File

@ -20,7 +20,7 @@ std::map<uint256, int64_t> mapAskedForGovernanceObject;
int nSubmittedFinalBudget;
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-7";
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-8";
CGovernanceManager::CGovernanceManager()
: pCurrentBlockIndex(NULL),