mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: add release notes for #27511
This commit is contained in:
parent
3931e6abc3
commit
bf589a50a0
1 changed files with 6 additions and 0 deletions
6
doc/release-notes/release-notes-27511.md
Normal file
6
doc/release-notes/release-notes-27511.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
New RPCs
|
||||
--------
|
||||
|
||||
- A new RPC `getaddrmaninfo` has been added to view the distribution of addresses in the new and tried table of the
|
||||
node's address manager across different networks(ipv4, ipv6, onion, i2p, cjdns). The RPC returns count of addresses
|
||||
in new and tried table as well as their sum for all networks. (#27511)
|
Loading…
Reference in a new issue