From 0f5fc4f656d0990802ab552c0e620f49e785fed4 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 17 Oct 2022 15:18:02 -0700 Subject: [PATCH] doc: fix up -netinfo relaytxes help Co-authored-by: "MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>" --- src/bitcoin-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 9a49b2965f4..360e566ad60 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -642,7 +642,7 @@ public: " send Time since last message sent to the peer, in seconds\n" " recv Time since last message received from the peer, in seconds\n" " txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes\n" - " \"*\" - whether we relay transactions to this peer (relaytxes is false)\n" + " \"*\" - we do not relay transactions to this peer (relaytxes is false)\n" " blk Time since last novel block passing initial validity checks received from the peer, in minutes\n" " hb High-bandwidth BIP152 compact block relay\n" " \".\" (to) - we selected the peer as a high-bandwidth peer\n"