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:
parent
5974c49f90
commit
a079103c94
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue