Merge pull request #1147 from tgflynn/v0.12.1.x-mn-orphan-fix

Fix CheckMasternodeOrphanObjects iterator
This commit is contained in:
UdjinM6 2016-11-17 02:46:35 +04:00 committed by GitHub
commit 0991a78cfc

View File

@ -683,8 +683,8 @@ void CGovernanceManager::CheckMasternodeOrphanObjects()
} }
else { else {
++it; ++it;
continue;
} }
continue;
} }
if(AddGovernanceObject(govobj)) { if(AddGovernanceObject(govobj)) {