diff options
| author | Jonas Schnelli <[email protected]> | 2015-06-20 21:48:10 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-09-16 16:50:19 +0200 |
| commit | 6135309816208740888b25bc27ea123c1c825a04 (patch) | |
| tree | 7b11a1e8f698f3b264e3273e77174b9b25e80864 /src/rpcnet.cpp | |
| parent | [Qt] add context menu with unban option to ban table (diff) | |
| download | discoin-6135309816208740888b25bc27ea123c1c825a04.tar.xz discoin-6135309816208740888b25bc27ea123c1c825a04.zip | |
[Qt] banlist, UI optimizing and better signal handling
Diffstat (limited to 'src/rpcnet.cpp')
| -rw-r--r-- | src/rpcnet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 482e2ac47..5d490c70c 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -580,7 +580,6 @@ UniValue clearbanned(const UniValue& params, bool fHelp) CNode::ClearBanned(); DumpBanlist(); //store banlist to disk - uiInterface.BannedListChanged(); return NullUniValue; |