Bump SERIALIZATION_VERSION_STRINGs (#2136)
This is needed to ensure masternode and governance cache cleanup on migration.
This commit is contained in:
parent
d46dc0f56c
commit
8e6364694f
@ -21,7 +21,7 @@ CGovernanceManager governance;
|
|||||||
|
|
||||||
int nSubmittedFinalBudget;
|
int nSubmittedFinalBudget;
|
||||||
|
|
||||||
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-12";
|
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-13";
|
||||||
const int CGovernanceManager::MAX_TIME_FUTURE_DEVIATION = 60*60;
|
const int CGovernanceManager::MAX_TIME_FUTURE_DEVIATION = 60*60;
|
||||||
const int CGovernanceManager::RELIABLE_PROPAGATION_TIME = 60;
|
const int CGovernanceManager::RELIABLE_PROPAGATION_TIME = 60;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/** Masternode manager */
|
/** Masternode manager */
|
||||||
CMasternodeMan mnodeman;
|
CMasternodeMan mnodeman;
|
||||||
|
|
||||||
const std::string CMasternodeMan::SERIALIZATION_VERSION_STRING = "CMasternodeMan-Version-7";
|
const std::string CMasternodeMan::SERIALIZATION_VERSION_STRING = "CMasternodeMan-Version-8";
|
||||||
const int CMasternodeMan::LAST_PAID_SCAN_BLOCKS = 100;
|
const int CMasternodeMan::LAST_PAID_SCAN_BLOCKS = 100;
|
||||||
|
|
||||||
struct CompareLastPaidBlock
|
struct CompareLastPaidBlock
|
||||||
|
Loading…
Reference in New Issue
Block a user