Merge bitcoin-core/gui#676: Update peers window "Transaction Relay" label and tooltip

a079103c94 gui: update peers window "Transaction Relay" label and tooltip (Jon Atack)

Pull request description:

  to current v24.0 p2p behavior.  Similar updates have been made to RPC getpeerinfo and CLI -netinfo.

Top commit has no ACKs.

Tree-SHA512: 400a794f655f799eefcb77c479fef6bcd3f81aede2af54a4a9bcb7c0c783e2e3f18bc5fd2484a79e8c30af279747a05fc0ebb69dbc47375d4c55b16ceba97b99
This commit is contained in:
MacroFake 2022-10-24 10:42:40 +02:00
commit 3db23fd821
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

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>