aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-10-18 15:26:05 -0700
committerJon Atack <jon@atack.com>2022-10-18 15:26:52 -0700
commita079103c94fbaabb40bc086d56e91af6fcee6fe9 (patch)
tree0bd21a79b7873383200222e38ab9544026e5042e
parent5974c49f90eaece7b8ead7b98975a73e69ce4719 (diff)
gui: update peers window "Transaction Relay" label and tooltip
to current v24.0 p2p behavior
-rw-r--r--src/qt/forms/debugwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index ead977296a..33308cd68c 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -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>