mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Fix Transaction Relay tooltip text in Peers details window
as a value of N/A could occur due to a lock or a disconnection race but not during connection setup.
This commit is contained in:
parent
6863ad79a6
commit
7a53033303
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@
|
|||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="peerRelayTxesLabel">
|
||||
<property name="toolTip">
|
||||
<string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
|
||||
<string>Whether we relay transactions to this peer.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Transaction Relay</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue