aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-07-08 09:32:09 +0200
committerJon Atack <jon@atack.com>2020-07-11 19:41:21 +0200
commit1d4024bca8086cceff7539dd8c15e0b7fe1cc5ea (patch)
tree3cb640eb7860718367192cef40763be65746e419 /doc/release-notes.md
parent42fe6aad326f62c7e6ea12ee873149257f67ce5d (diff)
downloadbitcoin-1d4024bca8086cceff7539dd8c15e0b7fe1cc5ea.tar.xz
net: remove -banscore configuration option
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 4d2225884e..08230e3cd5 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -99,6 +99,11 @@ Build System
Updated settings
----------------
+- The `-banscore` configuration option, which modified the default threshold for
+ disconnecting and discouraging misbehaving peers, has been removed as part of
+ changes in this release to the handling of misbehaving peers. Refer to the
+ section, "Changes regarding misbehaving peers", for details. (#19464)
+
- The `-debug=db` logging category, which was deprecated in 0.20 and replaced by
`-debug=walletdb` to distinguish it from `coindb`, has been removed. (#19202)