mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
563 B
563 B
Updated RPCs
getnetworkinfo
now returns two new fields,connections_in
andconnections_out
, that provide the number of inbound and outbound peer connections. These new fields are in addition to the existingconnections
field, which returns the total number of peer connections. (#19405)
CLI
- The
connections
field ofbitcoin-cli -getinfo
is expanded to return a JSON object within
,out
andtotal
numbers of peer connections. It previously returned a single integer value for the total number of peer connections. (#19405)