Skip to content

Commit 329d7e3

Browse files
committed
Merge bitcoin/bitcoin#26328: doc: fix -netinfo relaytxes help
0f5fc4f doc: fix up -netinfo relaytxes help (Jon Atack) Pull request description: Addresses bitcoin/bitcoin#26109 (comment) by Marco Falke (thanks!) ACKs for top commit: mzumsande: Code Review ACK 0f5fc4f Tree-SHA512: d7345d1a94b15c4ec1a2bb0be5c04c472411d90cefb4c16ed524933d2bfc36816bb7519c2e109b2e41ff451b039dd2ddaa6d5db917ad54745332f2a1d8b85570
2 parents 9887fc7 + 0f5fc4f commit 329d7e3

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
@@ -642,7 +642,7 @@ class NetinfoRequestHandler : public BaseRequestHandler
642642
" send Time since last message sent to the peer, in seconds\n"
643643
" recv Time since last message received from the peer, in seconds\n"
644644
" txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes\n"
645-
" \"*\" - whether we relay transactions to this peer (relaytxes is false)\n"
645+
" \"*\" - we do not relay transactions to this peer (relaytxes is false)\n"
646646
" blk Time since last novel block passing initial validity checks received from the peer, in minutes\n"
647647
" hb High-bandwidth BIP152 compact block relay\n"
648648
" \".\" (to) - we selected the peer as a high-bandwidth peer\n"

0 commit comments

Comments
 (0)