aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-07-08 09:55:16 +0200
committerJon Atack <jon@atack.com>2020-07-14 10:18:17 +0200
commit1a9f462caa63fa16d7b4415312d2032a42b3fe0b (patch)
treea6630c483f4b0fc6e6e8a971d60e546784c814f2 /src/qt/rpcconsole.cpp
parent90b5fc9ce41117b3a85170e6fc129e87bbd15f48 (diff)
downloadbitcoin-1a9f462caa63fa16d7b4415312d2032a42b3fe0b.tar.xz
gui, doc: rm Ban Score in GUI Peers window/release notes updates
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 71094f7112..694e1c2eae 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -1126,9 +1126,6 @@ void RPCConsole::updateNodeDetail(const CNodeCombinedStats *stats)
// This check fails for example if the lock was busy and
// nodeStateStats couldn't be fetched.
if (stats->fNodeStateStatsAvailable) {
- // Ban score is init to 0
- ui->peerBanScore->setText(QString("%1").arg(stats->nodeStateStats.nMisbehavior));
-
// Sync height is init to -1
if (stats->nodeStateStats.nSyncHeight > -1)
ui->peerSyncHeight->setText(QString("%1").arg(stats->nodeStateStats.nSyncHeight));