diff options
author | brunoerg <brunoely.gc@gmail.com> | 2024-05-24 09:34:00 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2024-10-21 10:14:56 -0300 |
commit | a16917fb5981d1465ffd4c036586f8729e683b73 (patch) | |
tree | 00d4a9f863a76ebad1dee4952bd201df995a60c3 /src/bitcoin-cli.cpp | |
parent | bdad0243be80c4c72f8cefd1233fd7c057a1945b (diff) |
rpc, net: improve `mapped_as` doc for getrawaddrman/getpeerinfo
Before, we did not explicity say that both fields
`{source_}mapped_as` (that are optional in getrawaddrman)
will be only available if the asmap config flag is set.
Co-authored-by: Jon Atack <jon@atack.com>
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 934b5fb6dc..ec7932d4dd 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -678,7 +678,7 @@ public: " \".\" - we do not relay addresses to this peer (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" + " asmap Mapped AS (Autonomous System) number at the end of the BGP route to the peer, used for diversifying\n" " peer selection (only displayed if the -asmap config option is set)\n" " id Peer index, in increasing order of peer connections since node startup\n" " address IP address and port of the peer\n" |