0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

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.
This commit is contained in:
Jon Atack 2022-11-16 20:54:40 -08:00
parent 6863ad79a6
commit 7a53033303

View file

@ -1185,7 +1185,7 @@
<item row="6" column="0">
<widget class="QLabel" name="peerRelayTxesLabel">
<property name="toolTip">
<string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
<string>Whether we relay transactions to this peer.</string>
</property>
<property name="text">
<string>Transaction Relay</string>