Fix CheckMasternodeOrphanObjects so that iterator is incremented once per passage through the loop block

This commit is contained in:
Tim Flynn 2016-11-16 17:28:10 -05:00
parent 5128085240
commit 112986edab

View File

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