Skip to content

Commit e7d307c

Browse files
committed
netinfo: clarify relaytxes and addr_relay_enabled help docs
1 parent eef2a9d commit e7d307c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bitcoin-cli.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,13 +693,13 @@ class NetinfoRequestHandler : public BaseRequestHandler
693693
" send Time since last message sent to the peer, in seconds\n"
694694
" recv Time since last message received from the peer, in seconds\n"
695695
" txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes\n"
696-
" \"*\" - we do not relay transactions to this peer (relaytxes is false)\n"
696+
" \"*\" - we do not relay transactions to this peer (getpeerinfo \"relaytxes\" is false)\n"
697697
" blk Time since last novel block passing initial validity checks received from the peer, in minutes\n"
698698
" hb High-bandwidth BIP152 compact block relay\n"
699699
" \".\" (to) - we selected the peer as a high-bandwidth peer\n"
700700
" \"*\" (from) - the peer selected us as a high-bandwidth peer\n"
701701
" addrp Total number of addresses processed, excluding those dropped due to rate limiting\n"
702-
" \".\" - we do not relay addresses to this peer (addr_relay_enabled is false)\n"
702+
" \".\" - we do not relay addresses to this peer (getpeerinfo \"addr_relay_enabled\" is false)\n"
703703
" addrl Total number of addresses dropped due to rate limiting\n"
704704
" age Duration of connection to the peer, in minutes\n"
705705
" asmap Mapped AS (Autonomous System) number in the BGP route to the peer, used for diversifying\n"

0 commit comments

Comments
 (0)