From e7d307ce8cf7d4eaa83152ff46bf7232c54412bf Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 17 Oct 2022 15:18:02 -0700 Subject: [PATCH] netinfo: clarify relaytxes and addr_relay_enabled help docs --- src/bitcoin-cli.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index f0f01c30462..1c433b03b02 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -693,13 +693,13 @@ 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" - " \"*\" - we do not relay transactions to this peer (relaytxes is false)\n" + " \"*\" - we do not relay transactions to this peer (getpeerinfo \"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" " \"*\" (from) - the peer selected us as a high-bandwidth peer\n" " addrp Total number of addresses processed, excluding those dropped due to rate limiting\n" - " \".\" - we do not relay addresses to this peer (addr_relay_enabled is false)\n" + " \".\" - we do not relay addresses to this peer (getpeerinfo \"addr_relay_enabled\" is false)\n" " addrl Total number of addresses dropped due to rate limiting\n" " age Duration of connection to the peer, in minutes\n" " asmap Mapped AS (Autonomous System) number in the BGP route to the peer, used for diversifying\n"