mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #1147 from tgflynn/v0.12.1.x-mn-orphan-fix
Fix CheckMasternodeOrphanObjects iterator
This commit is contained in:
commit
0991a78cfc
@ -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