mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user