Skip to content

Commit 6cc422d

Browse files
committed
merge bitcoin-core/gui#681: Fix Transaction Relay tooltip text in Peers details window
1 parent 5c894e1 commit 6cc422d

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
@@ -1178,7 +1178,7 @@
11781178
<item row="10" column="0">
11791179
<widget class="QLabel" name="peerRelayTxesLabel">
11801180
<property name="toolTip">
1181-
<string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
1181+
<string>Whether we relay transactions to this peer.</string>
11821182
</property>
11831183
<property name="text">
11841184
<string>Transaction Relay</string>

0 commit comments

Comments
 (0)