diff options
| author | Jon Atack <[email protected]> | 2020-07-08 12:54:28 +0200 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2020-07-08 15:10:27 +0200 |
| commit | 41d55d30579358c805036201664ad6a1c1d48681 (patch) | |
| tree | 2321cded6f2fe5c4b1485fac595b49293c0ed92e | |
| parent | test: getpeerinfo banscore deprecation test (diff) | |
| download | discoin-41d55d30579358c805036201664ad6a1c1d48681.tar.xz discoin-41d55d30579358c805036201664ad6a1c1d48681.zip | |
doc: getpeerinfo banscore deprecation release note
| -rw-r--r-- | doc/release-notes-19469.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19469.md b/doc/release-notes-19469.md new file mode 100644 index 000000000..974b228cc --- /dev/null +++ b/doc/release-notes-19469.md @@ -0,0 +1,6 @@ +Updated RPCs +------------ + +- `getpeerinfo` no longer returns the `banscore` field unless the configuration + option `-deprecatedrpc=banscore` is used. The `banscore` field will be fully + removed in the next major release. (#19469) |