We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2730f15 commit 89cb19dCopy full SHA for 89cb19d
src/governance/governance.cpp
@@ -24,7 +24,7 @@ CGovernanceManager governance;
24
25
int nSubmittedFinalBudget;
26
27
-const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-14";
+const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-15";
28
const int CGovernanceManager::MAX_TIME_FUTURE_DEVIATION = 60 * 60;
29
const int CGovernanceManager::RELIABLE_PROPAGATION_TIME = 60;
30
0 commit comments