diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index d1c627bb3ce..884e7f0273e 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -1397,36 +1397,13 @@ - - - Starting Block - - - - - - - IBeamCursor - - - N/A - - - Qt::PlainText - - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse - - - - Synced Headers - + IBeamCursor @@ -1442,14 +1419,14 @@ - + Synced Blocks - + IBeamCursor @@ -1465,14 +1442,14 @@ - + Connection Time - + IBeamCursor @@ -1488,7 +1465,7 @@ - + Elapsed time since a novel block passing initial validity checks was received from this peer. @@ -1498,7 +1475,7 @@ - + IBeamCursor @@ -1514,7 +1491,7 @@ - + Elapsed time since a novel transaction accepted into our mempool was received from this peer. @@ -1524,7 +1501,7 @@ - + IBeamCursor @@ -1540,14 +1517,14 @@ - + Last Send - + IBeamCursor @@ -1563,14 +1540,14 @@ - + Last Receive - + IBeamCursor @@ -1586,14 +1563,14 @@ - + Sent - + IBeamCursor @@ -1609,14 +1586,14 @@ - + Received - + IBeamCursor @@ -1632,14 +1609,14 @@ - + Ping Time - + IBeamCursor @@ -1655,7 +1632,7 @@ - + The duration of a currently outstanding ping. @@ -1665,7 +1642,7 @@ - + IBeamCursor @@ -1681,14 +1658,14 @@ - + Min Ping - + IBeamCursor @@ -1704,14 +1681,14 @@ - + Time Offset - + IBeamCursor @@ -1727,7 +1704,7 @@ - + The mapped Autonomous System used for diversifying peer selection. @@ -1737,7 +1714,7 @@ - + IBeamCursor @@ -1753,7 +1730,7 @@ - + Whether we relay addresses to this peer. @@ -1763,7 +1740,7 @@ - + IBeamCursor @@ -1779,7 +1756,7 @@ - + The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). @@ -1789,7 +1766,7 @@ - + IBeamCursor @@ -1805,7 +1782,7 @@ - + The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. @@ -1815,7 +1792,7 @@ - + IBeamCursor @@ -1831,7 +1808,7 @@ - + Qt::Vertical diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index f9b850dcd62..f401b65ed05 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1217,7 +1217,6 @@ void RPCConsole::updateDetailWidget() } else { ui->peerCommonHeight->setText(ts.unknown); } - ui->peerHeight->setText(QString::number(stats->nodeStateStats.m_starting_height)); ui->peerPingWait->setText(GUIUtil::formatPingTime(stats->nodeStateStats.m_ping_wait)); ui->peerAddrRelayEnabled->setText(stats->nodeStateStats.m_addr_relay_enabled ? ts.yes : ts.no); ui->peerAddrProcessed->setText(QString::number(stats->nodeStateStats.m_addr_processed));