Skip to content

Commit 1474e9c

Browse files
DashCoreAutoGuixClaude Code
authored andcommitted
Merge bitcoin#26328: doc: fix -netinfo relaytxes help
0f5fc4f doc: fix up -netinfo relaytxes help (Jon Atack) Backported from Bitcoin Core v0.25 Co-authored-by: Claude Code <claude@anthropic.com>
1 parent 7e5a9d0 commit 1474e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ class NetinfoRequestHandler : public BaseRequestHandler
668668
" send Time since last message sent to the peer, in seconds\n"
669669
" recv Time since last message received from the peer, in seconds\n"
670670
" txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes\n"
671-
" \"*\" - the peer requested we not relay transactions to it (relaytxes is false)\n"
671+
" \"*\" - we do not relay transactions to this peer (relaytxes is false)\n"
672672
" blk Time since last novel block passing initial validity checks received from the peer, in minutes\n"
673673
" hb High-bandwidth BIP152 compact block relay\n"
674674
" \".\" (to) - we selected the peer as a high-bandwidth peer\n"

0 commit comments

Comments
 (0)