diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-12-16 11:01:42 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-12-16 11:02:09 +0100 |
commit | c3628e448315c95c2f3ca227eb7003a17162a299 (patch) | |
tree | a918019f03a6d01c532c7646c71db9aadc130c99 | |
parent | a595011f5a3c048b2e3694dfe355aba60cd994e8 (diff) | |
parent | 7965e0b41ae03110ad784a1b374f831600c0cca1 (diff) |
Merge #17743: doc: Add release note for RPC Whitelist
7965e0b41ae03110ad784a1b374f831600c0cca1 doc: Add release note for RPC Whitelist (Emil Engler)
Pull request description:
A release note for #12763
ACKs for top commit:
laanwj:
ACK 7965e0b41ae03110ad784a1b374f831600c0cca1
Tree-SHA512: 4ac3e62029a403e64e4cd3183433dc7aa071d42688b689d7cffb8f08dc4b26d2a586d32fa791d2b5679d6b95cd6e34c56e40a5592b9af446ad9429307f7267fe
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index cdf83178c6..eec1ef9c46 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -78,6 +78,9 @@ New RPCs New settings ------------ +- RPC Whitelist system. It can give certain RPC users permissions to only some RPC calls. +It can be set with two command line arguments (`rpcwhitelist` and `rpcwhitelistdefault`). (#12763) + Updated settings ---------------- |