mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
[doc] Add release notes for removed getpeerinfo fields.
This commit is contained in:
parent
b1a936d4ae
commit
454a4088a8
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ P2P and network changes
|
|||
|
||||
Updated RPCs
|
||||
------------
|
||||
- `getpeerinfo` no longer returns the following fields: `addnode`, `banscore`,
|
||||
and `whitelisted`, which were previously deprecated in 0.21. Instead of
|
||||
`addnode`, the `connection_type` field returns manual. Instead of
|
||||
`whitelisted`, the `permissions` field indicates if the peer has special
|
||||
privileges. The `banscore` field has simply been removed. (#20755)
|
||||
|
||||
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue