mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
563 B
563 B
Updated RPCs
getnetworkinfonow returns two new fields,connections_inandconnections_out, that provide the number of inbound and outbound peer connections. These new fields are in addition to the existingconnectionsfield, which returns the total number of peer connections. (#19405)
CLI
- The
connectionsfield ofbitcoin-cli -getinfois expanded to return a JSON object within,outandtotalnumbers of peer connections. It previously returned a single integer value for the total number of peer connections. (#19405)