File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1618
1618
</widget >
1619
1619
</item >
1620
1620
<item row =" 24" column =" 0" >
1621
+ <widget class =" QLabel" name =" peerAddrProcessedLabel" >
1622
+ <property name =" toolTip" >
1623
+ <string extracomment =" Tooltip text for the Addresses Processed field in the peer details area." >Total number of addresses processed, excluding those dropped due to rate-limiting.</string >
1624
+ </property >
1625
+ <property name =" text" >
1626
+ <string >Addresses Processed</string >
1627
+ </property >
1628
+ </widget >
1629
+ </item >
1630
+ <item row =" 24" column =" 1" >
1631
+ <widget class =" QLabel" name =" peerAddrProcessed" >
1632
+ <property name =" cursor" >
1633
+ <cursorShape >IBeamCursor</cursorShape >
1634
+ </property >
1635
+ <property name =" text" >
1636
+ <string >N/A</string >
1637
+ </property >
1638
+ <property name =" textFormat" >
1639
+ <enum >Qt::PlainText</enum >
1640
+ </property >
1641
+ <property name =" textInteractionFlags" >
1642
+ <set >Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set >
1643
+ </property >
1644
+ </widget >
1645
+ </item >
1646
+ <item row =" 25" column =" 0" >
1621
1647
<spacer name =" verticalSpacer_3" >
1622
1648
<property name =" orientation" >
1623
1649
<enum >Qt::Vertical</enum >
Original file line number Diff line number Diff line change @@ -1216,6 +1216,7 @@ void RPCConsole::updateDetailWidget()
1216
1216
ui->peerHeight ->setText (QString::number (stats->nodeStateStats .m_starting_height ));
1217
1217
ui->peerPingWait ->setText (GUIUtil::formatPingTime (stats->nodeStateStats .m_ping_wait ));
1218
1218
ui->peerAddrRelayEnabled ->setText (stats->nodeStateStats .m_addr_relay_enabled ? ts.yes : ts.no );
1219
+ ui->peerAddrProcessed ->setText (QString::number (stats->nodeStateStats .m_addr_processed ));
1219
1220
}
1220
1221
1221
1222
ui->peersTabRightPanel ->show ();
You can’t perform that action at this time.
0 commit comments