mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-02 19:52:56 +02:00
gui: update peers window "Transaction Relay" label and tooltip
to current v24.0 p2p behavior
This commit is contained in:
@@ -1185,10 +1185,10 @@
|
|||||||
<item row="6" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QLabel" name="peerRelayTxesLabel">
|
<widget class="QLabel" name="peerRelayTxesLabel">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Wants Tx Relay</string>
|
<string>Transaction Relay</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Reference in New Issue
Block a user