aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 258599747a..5860109647 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -612,6 +612,11 @@ void CConnman::SweepBanned()
else
++it;
}
+
+ // update UI
+ if(setBannedIsDirty && clientInterface) {
+ clientInterface->BannedListChanged();
+ }
}
bool CConnman::BannedSetIsDirty()