Skip to content

Commit 7a53033

Browse files
committed
Fix Transaction Relay tooltip text in Peers details window
as a value of N/A could occur due to a lock or a disconnection race but not during connection setup.
1 parent 6863ad7 commit 7a53033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@
11851185
<item row="6" column="0">
11861186
<widget class="QLabel" name="peerRelayTxesLabel">
11871187
<property name="toolTip">
1188-
<string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
1188+
<string>Whether we relay transactions to this peer.</string>
11891189
</property>
11901190
<property name="text">
11911191
<string>Transaction Relay</string>

0 commit comments

Comments
 (0)