mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
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:
commit
3db23fd821
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…
Reference in a new issue