mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Update ban-state in case of dirty-state during periodic sweep
This commit is contained in:
@ -612,6 +612,11 @@ void CConnman::SweepBanned()
|
||||
else
|
||||
++it;
|
||||
}
|
||||
|
||||
// update UI
|
||||
if(setBannedIsDirty && clientInterface) {
|
||||
clientInterface->BannedListChanged();
|
||||
}
|
||||
}
|
||||
|
||||
bool CConnman::BannedSetIsDirty()
|
||||
|
Reference in New Issue
Block a user