aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-06-29 10:05:15 +0200
committerJon Atack <jon@atack.com>2020-08-24 18:41:24 +0200
commit581b343d5bf517510ab0236583ca96628751177d (patch)
tree90bdb32391a32b2664183dcc1bf844a9ff649bc8 /doc
parentd9cc13e88d096c1a171159c01cbb96444f7f8d7f (diff)
downloadbitcoin-581b343d5bf517510ab0236583ca96628751177d.tar.xz
Add in/out connections to cli -getinfo
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
index 5ffe328a4c..14f2a81c7a 100644
--- a/doc/release-notes-19405.md
+++ b/doc/release-notes-19405.md
@@ -4,3 +4,9 @@
`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)
+
+## CLI
+
+- The `connections` field of `bitcoin-cli -getinfo` is expanded to return a JSON
+ object with `in`, `out` and `total` numbers of peer connections. It previously
+ returned a single integer value for the total number of peer connections. (#19405)