Skip to content

Commit 5e30009

Browse files
committed
netinfo: clarify relaytxes and addr_relay_enabled help docs
1 parent c844442 commit 5e30009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bitcoin-cli.cpp

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

0 commit comments

Comments
 (0)