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 1644
1644
</widget >
1645
1645
</item >
1646
1646
<item row =" 25" column =" 0" >
1647
+ <widget class =" QLabel" name =" peerAddrRateLimitedLabel" >
1648
+ <property name =" toolTip" >
1649
+ <string extracomment =" Tooltip text for the Addresses Rate-Limited field in the peer details area." >Total number of addresses dropped due to rate-limiting.</string >
1650
+ </property >
1651
+ <property name =" text" >
1652
+ <string >Addresses Rate-Limited</string >
1653
+ </property >
1654
+ </widget >
1655
+ </item >
1656
+ <item row =" 25" column =" 1" >
1657
+ <widget class =" QLabel" name =" peerAddrRateLimited" >
1658
+ <property name =" cursor" >
1659
+ <cursorShape >IBeamCursor</cursorShape >
1660
+ </property >
1661
+ <property name =" text" >
1662
+ <string >N/A</string >
1663
+ </property >
1664
+ <property name =" textFormat" >
1665
+ <enum >Qt::PlainText</enum >
1666
+ </property >
1667
+ <property name =" textInteractionFlags" >
1668
+ <set >Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set >
1669
+ </property >
1670
+ </widget >
1671
+ </item >
1672
+ <item row =" 26" column =" 0" >
1647
1673
<spacer name =" verticalSpacer_3" >
1648
1674
<property name =" orientation" >
1649
1675
<enum >Qt::Vertical</enum >
Original file line number Diff line number Diff line change @@ -1217,6 +1217,7 @@ void RPCConsole::updateDetailWidget()
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
1219
ui->peerAddrProcessed ->setText (QString::number (stats->nodeStateStats .m_addr_processed ));
1220
+ ui->peerAddrRateLimited ->setText (QString::number (stats->nodeStateStats .m_addr_rate_limited ));
1220
1221
}
1221
1222
1222
1223
ui->peersTabRightPanel ->show ();
You can’t perform that action at this time.
0 commit comments