Skip to content

Commit 82fe672

Browse files
author
MacroFake
committed
Merge #681: Fix Transaction Relay tooltip text in Peers details window
7a53033 Fix Transaction Relay tooltip text in Peers details window (Jon Atack) Pull request description: as a value of N/A could occur due to a lock or a disconnection race but not during connection setup -- see bitcoin/bitcoin#26457 (review). Credit to Martin Zumsande for finding this. ACKs for top commit: jarolrod: ACK 7a53033 Tree-SHA512: 031779567e927f05f6fae02394a8c97ba5c45ba9fffd7f1e2c006e152df5f724d92a06f18a4c2540436476eca6b40a3a5cbc4421666cd576439b823668acfcfb
2 parents 6863ad7 + 7a53033 commit 82fe672

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)