mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
7 lines
307 B
Markdown
7 lines
307 B
Markdown
|
## 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)
|