mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-22 06:26:43 +02:00
Merge bitcoin-core/gui#681: Fix Transaction Relay tooltip text in Peers details window
7a53033303f25301675fb2d7c7b7032166807910 Fix Transaction Relay tooltip text in Peers details window (Jon Atack) Pull request description: as a value of N/A could occur due to a lock or a disconnection race but not during connection setup -- see https://github.com/bitcoin/bitcoin/pull/26457#pullrequestreview-1181641835. Credit to Martin Zumsande for finding this. ACKs for top commit: jarolrod: ACK 7a53033303f25301675fb2d7c7b7032166807910 Tree-SHA512: 031779567e927f05f6fae02394a8c97ba5c45ba9fffd7f1e2c006e152df5f724d92a06f18a4c2540436476eca6b40a3a5cbc4421666cd576439b823668acfcfb
This commit is contained in:
commit
82fe672ea0
@ -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…
x
Reference in New Issue
Block a user