mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Update ban-state in case of dirty-state during periodic sweep
This commit is contained in:
parent
8335cb4781
commit
c8538123a7
@ -612,6 +612,11 @@ void CConnman::SweepBanned()
|
|||||||
else
|
else
|
||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// update UI
|
||||||
|
if(setBannedIsDirty && clientInterface) {
|
||||||
|
clientInterface->BannedListChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CConnman::BannedSetIsDirty()
|
bool CConnman::BannedSetIsDirty()
|
||||||
|
Loading…
Reference in New Issue
Block a user