mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
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>
This commit is contained in:
parent
bdad0243be
commit
a16917fb59
2 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue