mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +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 {
|
||||
++it;
|
||||
continue;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
if(AddGovernanceObject(govobj)) {
|
||||
|
Loading…
Reference in New Issue
Block a user