Skip to content

Commit 3db23fd

Browse files
author
MacroFake
committed
Merge bitcoin-core/gui#676: Update peers window "Transaction Relay" label and tooltip
a079103 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
2 parents 8fb3fd2 + a079103 commit 3db23fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,10 +1185,10 @@
11851185
<item row="6" column="0">
11861186
<widget class="QLabel" name="peerRelayTxesLabel">
11871187
<property name="toolTip">
1188-
<string>Whether the peer requested us to relay transactions.</string>
1188+
<string>Whether we relay transactions to this peer (not available while the peer connection is being set up).</string>
11891189
</property>
11901190
<property name="text">
1191-
<string>Wants Tx Relay</string>
1191+
<string>Transaction Relay</string>
11921192
</property>
11931193
</widget>
11941194
</item>

0 commit comments

Comments
 (0)