diff options
author | Jon Atack <jon@atack.com> | 2020-07-08 09:32:09 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-07-11 19:41:21 +0200 |
commit | 1d4024bca8086cceff7539dd8c15e0b7fe1cc5ea (patch) | |
tree | 3cb640eb7860718367192cef40763be65746e419 /doc | |
parent | 42fe6aad326f62c7e6ea12ee873149257f67ce5d (diff) |
net: remove -banscore configuration option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 5 |
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) |