0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

gui: update peers window "Transaction Relay" label and tooltip

to current v24.0 p2p behavior
This commit is contained in:
Jon Atack 2022-10-18 15:26:05 -07:00
parent 5974c49f90
commit a079103c94

View file

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