Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#24370: rpc, cli: describe quality/recency filtering in …
…getnodeaddresses and -addrinfo ce69084 cli: describe quality/recency filtering in -addrinfo (Jon Atack) 7c97561 rpc: describe quality/recency filtering in getnodeaddresses (Jon Atack) Pull request description: Addresses bitcoin#24278. ``` $ bitcoin-cli help getnodeaddresses getnodeaddresses ( count "network" ) Return known addresses, after filtering for quality and recency. These can potentially be used to find new peers in the network. The total number of addresses known to the node may be higher. ``` ``` $ bitcoin-cli -help | grep -A3 addrinfo -addrinfo Get the number of addresses known to the node, per network and total, after filtering for quality and recency. The total number of addresses known to the node may be higher. ``` ACKs for top commit: mzumsande: Thanks, Code Review ACK ce69084 prayank23: reACK bitcoin@ce69084 Tree-SHA512: 82d23b15e64a99411eb8e70d7267a1b4f23182fabe072e824277569d9677e392b466be63f00e3d157d7db94bbe032d53f12ad4ab30b55b7b8a629c37d80d1d8c
- Loading branch information