mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 00:13:25 +00:00
307 B
307 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)