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 1592
1592
</widget >
1593
1593
</item >
1594
1594
<item row =" 23" column =" 0" >
1595
+ <widget class =" QLabel" name =" peerAddrRelayEnabledLabel" >
1596
+ <property name =" toolTip" >
1597
+ <string extracomment =" Tooltip text for the Address Relay field in the peer details area." >Whether we relay addresses to this peer.</string >
1598
+ </property >
1599
+ <property name =" text" >
1600
+ <string >Address Relay</string >
1601
+ </property >
1602
+ </widget >
1603
+ </item >
1604
+ <item row =" 23" column =" 1" >
1605
+ <widget class =" QLabel" name =" peerAddrRelayEnabled" >
1606
+ <property name =" cursor" >
1607
+ <cursorShape >IBeamCursor</cursorShape >
1608
+ </property >
1609
+ <property name =" text" >
1610
+ <string >N/A</string >
1611
+ </property >
1612
+ <property name =" textFormat" >
1613
+ <enum >Qt::PlainText</enum >
1614
+ </property >
1615
+ <property name =" textInteractionFlags" >
1616
+ <set >Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set >
1617
+ </property >
1618
+ </widget >
1619
+ </item >
1620
+ <item row =" 24" column =" 0" >
1595
1621
<spacer name =" verticalSpacer_3" >
1596
1622
<property name =" orientation" >
1597
1623
<enum >Qt::Vertical</enum >
Original file line number Diff line number Diff line change @@ -1215,6 +1215,7 @@ void RPCConsole::updateDetailWidget()
1215
1215
}
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
+ ui->peerAddrRelayEnabled ->setText (stats->nodeStateStats .m_addr_relay_enabled ? ts.yes : ts.no );
1218
1219
}
1219
1220
1220
1221
ui->peersTabRightPanel ->show ();
You can’t perform that action at this time.
0 commit comments