blob: 5ffe328a4c7d84c07a9b05de1615e3ef56099d6c (
plain)
1
2
3
4
5
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)
|