Add in/out connections to rpc getnetworkinfo

This commit is contained in:
Jon Atack
2020-06-29 10:04:08 +02:00
parent 7f609f68d8
commit 1ab49b81cf
3 changed files with 22 additions and 6 deletions

View File

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