We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f90ea7 commit 7aac6dbCopy full SHA for 7aac6db
src/qt/rpcconsole.cpp
@@ -809,6 +809,7 @@ void RPCConsole::banSelectedNode(int bantime)
809
810
CNode::Ban(CNetAddr(addr), BanReasonManuallyAdded, bantime);
811
bannedNode->fDisconnect = true;
812
+ DumpBanlist();
813
814
clearSelectedNode();
815
clientModel->getBanTableModel()->refresh();
@@ -827,6 +828,7 @@ void RPCConsole::unbanSelectedNode()
827
828
if (possibleSubnet.IsValid())
829
{
830
CNode::Unban(possibleSubnet);
831
832
833
}
834
0 commit comments