Browse Source

Update ban-state in case of dirty-state during periodic sweep

0.16
Jonas Schnelli 7 years ago
parent
commit
c8538123a7
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D
  1. 5
      src/net.cpp

5
src/net.cpp

@ -612,6 +612,11 @@ void CConnman::SweepBanned() @@ -612,6 +612,11 @@ void CConnman::SweepBanned()
else
++it;
}
// update UI
if(setBannedIsDirty && clientInterface) {
clientInterface->BannedListChanged();
}
}
bool CConnman::BannedSetIsDirty()

Loading…
Cancel
Save