Fix CheckMasternodeOrphanObjects so that iterator is incremented once per passage through the loop block
This commit is contained in:
parent
5128085240
commit
112986edab
@ -683,8 +683,8 @@ void CGovernanceManager::CheckMasternodeOrphanObjects()
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
++it;
|
++it;
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(AddGovernanceObject(govobj)) {
|
if(AddGovernanceObject(govobj)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user