We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a936d commit 454a408Copy full SHA for 454a408
doc/release-notes.md
@@ -63,6 +63,11 @@ P2P and network changes
63
64
Updated RPCs
65
------------
66
+- `getpeerinfo` no longer returns the following fields: `addnode`, `banscore`,
67
+ and `whitelisted`, which were previously deprecated in 0.21. Instead of
68
+ `addnode`, the `connection_type` field returns manual. Instead of
69
+ `whitelisted`, the `permissions` field indicates if the peer has special
70
+ privileges. The `banscore` field has simply been removed. (#20755)
71
72
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
73
0 commit comments