aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-04-04 18:02:44 +0200
committerJon Atack <jon@atack.com>2021-04-09 09:02:09 +0200
commitbb85cbc4f7638a85049658ed951a0e06e7959cd4 (patch)
tree478c970d4de3a94e955308e5d7557367dc9a5014 /doc/release-notes.md
parent5056a37624b64588b277419f7ed8c325477a8ec7 (diff)
downloadbitcoin-bb85cbc4f7638a85049658ed951a0e06e7959cd4.tar.xz
doc: add cli -addrinfo release note
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 4ef94cf754..f4d2794d31 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -132,6 +132,12 @@ Changes to Wallet or GUI related settings can be found in the GUI or Wallet sect
Tools and Utilities
-------------------
+- A new CLI `-addrinfo` command returns the number of addresses known to the
+ node per network type (including Tor v2 versus v3) and total. This can be
+ useful to see if the node knows enough addresses in a network to use options
+ like `-onlynet=<network>` or to upgrade to current and future Tor releases
+ that support Tor v3 addresses only. (#21595)
+
Wallet
------