diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reduce-traffic.md | 2 | ||||
-rw-r--r-- | doc/release-notes.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/reduce-traffic.md b/doc/reduce-traffic.md index ce77a00dd5..ea13dd5c27 100644 --- a/doc/reduce-traffic.md +++ b/doc/reduce-traffic.md @@ -23,7 +23,7 @@ longer serving historic blocks (blocks older than one week). Keep in mind that new nodes require other nodes that are willing to serve historic blocks. -Peers with the `noban` permission will never be disconnected, although their traffic counts for +Peers with the `download` permission will never be disconnected, although their traffic counts for calculating the target. ## 2. Disable "listening" (`-listen=0`) diff --git a/doc/release-notes.md b/doc/release-notes.md index e73bedfb10..4d2225884e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -102,6 +102,11 @@ Updated settings - 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) +- A `download` permission has been extracted from the `noban` permission. For + compatibility, `noban` implies the `download` permission, but this may change + in future releases. Refer to the help of the affected settings `-whitebind` + and `-whitelist` for more details. (#19191) + Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below. New settings |