rpc: add network field to rpc getnodeaddresses

This commit is contained in:
Jon Atack
2021-04-03 20:21:28 +02:00
parent ad4bf8a945
commit 3bb6e7b655
3 changed files with 7 additions and 1 deletions

View File

@@ -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
-------------------