diff options
author | fanquake <fanquake@gmail.com> | 2023-01-11 16:36:53 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-11 16:39:11 +0000 |
commit | 329d7e379d09fa5db9c057baa0e100d2b174427d (patch) | |
tree | 7bf71eb953eefd143a71b5a18b333acf2d4532dd /src/bitcoin-cli.cpp | |
parent | 9887fc789886b356efc6818783cabaab2b14481f (diff) | |
parent | 0f5fc4f656d0990802ab552c0e620f49e785fed4 (diff) |
Merge bitcoin/bitcoin#26328: doc: fix -netinfo relaytxes help
0f5fc4f656d0990802ab552c0e620f49e785fed4 doc: fix up -netinfo relaytxes help (Jon Atack)
Pull request description:
Addresses https://github.com/bitcoin/bitcoin/pull/26109#discussion_r995502563 by Marco Falke (thanks!)
ACKs for top commit:
mzumsande:
Code Review ACK 0f5fc4f656d0990802ab552c0e620f49e785fed4
Tree-SHA512: d7345d1a94b15c4ec1a2bb0be5c04c472411d90cefb4c16ed524933d2bfc36816bb7519c2e109b2e41ff451b039dd2ddaa6d5db917ad54745332f2a1d8b85570
Diffstat (limited to 'src/bitcoin-cli.cpp')
-rw-r--r-- | src/bitcoin-cli.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index f9d97d6ac5..e6e33007d5 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" |