aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-07-08 12:54:28 +0200
committerJon Atack <jon@atack.com>2020-07-08 15:10:27 +0200
commit41d55d30579358c805036201664ad6a1c1d48681 (patch)
tree2321cded6f2fe5c4b1485fac595b49293c0ed92e /doc
parentdd54e3796e633cfdf6954af306afd26eadc25116 (diff)
downloadbitcoin-41d55d30579358c805036201664ad6a1c1d48681.tar.xz
doc: getpeerinfo banscore deprecation release note
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-19469.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19469.md b/doc/release-notes-19469.md
new file mode 100644
index 0000000000..974b228cc1
--- /dev/null
+++ b/doc/release-notes-19469.md
@@ -0,0 +1,6 @@
+Updated RPCs
+------------
+
+- `getpeerinfo` no longer returns the `banscore` field unless the configuration
+ option `-deprecatedrpc=banscore` is used. The `banscore` field will be fully
+ removed in the next major release. (#19469)