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 c098d47 commit 57e7cb7Copy full SHA for 57e7cb7
src/governance/governance.h
@@ -339,6 +339,7 @@ class CGovernanceManager
339
LOCK(cs);
340
std::string strVersion;
341
if (ser_action.ForRead()) {
342
+ Clear();
343
READWRITE(strVersion);
344
if (strVersion != SERIALIZATION_VERSION_STRING) {
345
return;
src/masternode/masternode-meta.h
@@ -100,6 +100,7 @@ class CMasternodeMetaMan
100
101
102
if(ser_action.ForRead()) {
103
104
105
106
0 commit comments