aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-06-29 10:04:08 +0200
committerJon Atack <jon@atack.com>2020-08-24 18:41:14 +0200
commit1ab49b81cf32b6ef9e312a0a8ac45c68a3262f0d (patch)
treefa8c969204b4389f0f45277bcae12c68fd808b91 /doc
parent7f609f68d835bece8b01da1b09b127c67769ae7d (diff)
downloadbitcoin-1ab49b81cf32b6ef9e312a0a8ac45c68a3262f0d.tar.xz
Add in/out connections to rpc getnetworkinfo
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-19405.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19405.md b/doc/release-notes-19405.md
new file mode 100644
index 0000000000..5ffe328a4c
--- /dev/null
+++ b/doc/release-notes-19405.md
@@ -0,0 +1,6 @@
+## Updated RPCs
+
+- `getnetworkinfo` now returns two new fields, `connections_in` and
+ `connections_out`, that provide the number of inbound and outbound peer
+ connections. These new fields are in addition to the existing `connections`
+ field, which returns the total number of peer connections. (#19405)