[Qt] banlist, UI optimizing and better signal handling

This commit is contained in:
Jonas Schnelli
2015-06-20 21:48:10 +02:00
parent 770ca79aa0
commit 6135309816
6 changed files with 28 additions and 22 deletions

View File

@@ -580,7 +580,6 @@ UniValue clearbanned(const UniValue& params, bool fHelp)
CNode::ClearBanned();
DumpBanlist(); //store banlist to disk
uiInterface.BannedListChanged();
return NullUniValue;