Skip to content

Commit 89cb19d

Browse files
UdjinM6codablock
authored andcommitted
bump CGovernanceManager::SERIALIZATION_VERSION_STRING
1 parent 2730f15 commit 89cb19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/governance/governance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CGovernanceManager governance;
2424

2525
int nSubmittedFinalBudget;
2626

27-
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-14";
27+
const std::string CGovernanceManager::SERIALIZATION_VERSION_STRING = "CGovernanceManager-Version-15";
2828
const int CGovernanceManager::MAX_TIME_FUTURE_DEVIATION = 60 * 60;
2929
const int CGovernanceManager::RELIABLE_PROPAGATION_TIME = 60;
3030

0 commit comments

Comments
 (0)