aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-04-03 20:21:28 +0200
committerJon Atack <jon@atack.com>2021-04-07 12:57:07 +0200
commit3bb6e7b6555f3c8743a697cb9d509620714dc483 (patch)
treeb93c6b0619e9670262ae143b3dbe6b1a73e2d9c8 /doc
parentad4bf8a94594e7fe424e409ba9474d91584bb78c (diff)
downloadbitcoin-3bb6e7b6555f3c8743a697cb9d509620714dc483.tar.xz
rpc: add network field to rpc getnodeaddresses
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 334dfa80a4..4ef94cf754 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -126,6 +126,9 @@ Changes to Wallet or GUI related settings can be found in the GUI or Wallet sect
- Passing an invalid `-rpcauth` argument now cause bitcoind to fail to start. (#20461)
+- The `getnodeaddresses` RPC now returns a "network" field indicating the
+ network type (ipv4, ipv6, onion, or i2p) for each address. (#21594)
+
Tools and Utilities
-------------------