Skip to content

Commit

Permalink
netinfo: clarify relaytxes and addr_relay_enabled help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Sep 19, 2024
1 parent 8ca614d commit 94357b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bitcoin-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,13 +694,13 @@ class NetinfoRequestHandler : public BaseRequestHandler
" 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"
" \"*\" - we do not relay transactions to this peer (relaytxes is false)\n"
" \"*\" - we do not relay transactions to this peer (getpeerinfo \"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"
" \"*\" (from) - the peer selected us as a high-bandwidth peer\n"
" addrp Total number of addresses processed, excluding those dropped due to rate limiting\n"
" \".\" - we do not relay addresses to this peer (addr_relay_enabled is false)\n"
" \".\" - we do not relay addresses to this peer (getpeerinfo \"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"
Expand Down

0 comments on commit 94357b6

Please sign in to comment.