mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
gui: update peers window "Transaction Relay" label and tooltip
to current v24.0 p2p behavior
This commit is contained in:
parent
5974c49f90
commit
a079103c94
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user