diff options
author | Jon Atack <jon@atack.com> | 2022-10-17 15:18:02 -0700 |
---|---|---|
committer | jonatack <jon@atack.com> | 2023-01-10 12:55:04 -0800 |
commit | 0f5fc4f656d0990802ab552c0e620f49e785fed4 (patch) | |
tree | f4fafcbaf66fc244f0e0dc4577353219af95f18a /src/bitcoin-cli.cpp | |
parent | b264410e012a61b103e1a03c43df4e17b9b75452 (diff) |
doc: fix up -netinfo relaytxes help
Co-authored-by: "MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>"
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 9a49b2965f..360e566ad6 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" |