diff options
author | Jon Atack <jon@atack.com> | 2022-11-16 20:54:40 -0800 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-11-16 20:54:54 -0800 |
commit | 7a53033303f25301675fb2d7c7b7032166807910 (patch) | |
tree | d288f236dd843d17ea1c34c400c6948d8866f842 /src/qt/forms | |
parent | 6863ad79a65842504ab6f5584fac3d1de7ecf87e (diff) |
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.
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index 33308cd68c..f1b66341d1 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -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> |