diff options
| author | Emil Engler <[email protected]> | 2019-12-13 14:25:01 +0100 |
|---|---|---|
| committer | Emil Engler <[email protected]> | 2019-12-15 20:49:49 +0100 |
| commit | 7965e0b41ae03110ad784a1b374f831600c0cca1 (patch) | |
| tree | 91ac67b3fda5ab58ad914fa4e5ab95b1fb57295e | |
| parent | Merge #12763: Add RPC Whitelist Feature from #12248 (diff) | |
| download | discoin-7965e0b41ae03110ad784a1b374f831600c0cca1.tar.xz discoin-7965e0b41ae03110ad784a1b374f831600c0cca1.zip | |
doc: Add release note for RPC Whitelist
| -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 cdf83178c..eec1ef9c4 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 ---------------- |