diff options
author | Jon Atack <jon@atack.com> | 2020-06-29 10:04:08 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-08-24 18:41:14 +0200 |
commit | 1ab49b81cf32b6ef9e312a0a8ac45c68a3262f0d (patch) | |
tree | fa8c969204b4389f0f45277bcae12c68fd808b91 /doc/release-notes-19405.md | |
parent | 7f609f68d835bece8b01da1b09b127c67769ae7d (diff) |
Add in/out connections to rpc getnetworkinfo
Diffstat (limited to 'doc/release-notes-19405.md')
-rw-r--r-- | doc/release-notes-19405.md | 6 |
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) |