mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
Add in/out connections to rpc getnetworkinfo
This commit is contained in:
6
doc/release-notes-19405.md
Normal file
6
doc/release-notes-19405.md
Normal 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)
|
||||
Reference in New Issue
Block a user